Searched defs:allocs (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/scripts/ |
| H A D | unbalanced_allocs.py | 37 def ProcessFree(line, f, allocs): argument 49 def ProcessMalloc(line, f, allocs): argument
|
| /llvm-project-15.0.7/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-15.0.7/compiler-rt/test/scudo/ |
| H A D | rss.c | 28 static void *allocs[kNumAllocs]; variable
|
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
| H A D | soft_rss_limit_mb_test.cpp | 30 static char *allocs[kMaxNumAllocs]; variable
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/Transforms/ |
| H A D | BufferUtils.h | 117 BufferPlacementAllocs allocs; variable
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/MemRef/ |
| H A D | TestMultiBuffer.cpp | 41 SmallVector<memref::AllocOp> allocs; in runOnOperation() local
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/map/map.cons/ |
| H A D | copy_assign.pass.cpp | 94 std::ptrdiff_t const allocs = std::count(ca_allocs.begin(), ca_allocs.end(), *it); in balanced_allocs() local 108 std::ptrdiff_t const allocs = std::count(ca_allocs.begin(), ca_allocs.end(), *it); in balanced_allocs() local
|
| /llvm-project-15.0.7/libcxxabi/test/ |
| H A D | test_fallback_malloc.pass.cpp | 146 const size_t allocs [] = { 124, 60, 252, 60, 4 }; in exhaustion_test3() local
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 1293 std::vector<uint64_t> allocs; in CaptureScriptInvokeForEachMulti() local
|