Searched defs:allocs (Results 1 – 9 of 9) sorted by relevance
/llvm-project/compiler-rt/lib/fuzzer/scripts/ |
H A D | unbalanced_allocs.py | 40 def ProcessFree(line, f, allocs): argument 53 def ProcessMalloc(line, f, allocs): argument
|
/llvm-project/compiler-rt/lib/scudo/standalone/tools/ |
H A D | compute_size_class_config.cpp | 21 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 D | soft_rss_limit_mb_test.cpp | 33 static char *allocs[kMaxNumAllocs]; variable
|
/llvm-project/compiler-rt/test/scudo/ |
H A D | rss.c | 28 static void *allocs[kNumAllocs]; variable
|
/llvm-project/mlir/include/mlir/Dialect/Bufferization/Transforms/ |
H A D | BufferUtils.h | 114 BufferPlacementAllocs allocs; variable
|
/llvm-project/mlir/test/lib/Dialect/MemRef/ |
H A D | TestMultiBuffer.cpp | 42 SmallVector<memref::AllocOp> allocs; in runOnOperation() local
|
/llvm-project/libcxx/test/std/containers/associative/map/map.cons/ |
H A D | copy_assign.pass.cpp | 92 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 D | test_fallback_malloc.pass.cpp | 160 const size_t allocs [] = { 124, 60, 252, 60, 4 }; in exhaustion_test3() local
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | ConvertToDestinationStyle.cpp | 552 SmallVector<Value> allocs; bufferizeToAllocation() local
|