Home
last modified time | relevance | path

Searched defs:allocs (Results 1 – 9 of 9) sorted by relevance

/llvm-project/compiler-rt/lib/fuzzer/scripts/
H A Dunbalanced_allocs.py40 def ProcessFree(line, f, allocs): argument
53 def ProcessMalloc(line, f, allocs): argument
/llvm-project/compiler-rt/lib/scudo/standalone/tools/
H A Dcompute_size_class_config.cpp21 size_t measureWastage(const std::vector<Alloc> &allocs, in measureWastage()
40 void readAllocs(std::vector<Alloc> &allocs, const char *path) { in readAllocs()
79 std::vector<Alloc> allocs; in main() local
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dsoft_rss_limit_mb_test.cpp33 static char *allocs[kMaxNumAllocs]; variable
/llvm-project/compiler-rt/test/scudo/
H A Drss.c28 static void *allocs[kNumAllocs]; variable
/llvm-project/mlir/include/mlir/Dialect/Bufferization/Transforms/
H A DBufferUtils.h114 BufferPlacementAllocs allocs; variable
/llvm-project/mlir/test/lib/Dialect/MemRef/
H A DTestMultiBuffer.cpp42 SmallVector<memref::AllocOp> allocs; in runOnOperation() local
/llvm-project/libcxx/test/std/containers/associative/map/map.cons/
H A Dcopy_assign.pass.cpp92 std::ptrdiff_t const allocs = std::count(ca_allocs.begin(), ca_allocs.end(), *it); in balanced_allocs() local
106 std::ptrdiff_t const allocs = std::count(ca_allocs.begin(), ca_allocs.end(), *it); in balanced_allocs() local
/llvm-project/libcxxabi/test/
H A Dtest_fallback_malloc.pass.cpp160 const size_t allocs [] = { 124, 60, 252, 60, 4 }; in exhaustion_test3() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DConvertToDestinationStyle.cpp552 SmallVector<Value> allocs; bufferizeToAllocation() local