/aosp_15_r20/external/tensorflow/tensorflow/lite/ |
H A D | simple_memory_arena_test.cc | 29 ArenaAllocWithUsageInterval allocs[6]; in TEST() local 66 ArenaAllocWithUsageInterval allocs[4]; in TEST() local 84 ArenaAllocWithUsageInterval allocs[9]; in TEST() local 124 ArenaAllocWithUsageInterval allocs[9]; in TEST() local 168 ArenaAllocWithUsageInterval allocs[9]; in TEST_P() local
|
H A D | simple_memory_arena.cc | 193 size_t arena_size, const std::vector<ArenaAllocWithUsageInterval>& allocs) { in DumpArenaInfo()
|
H A D | simple_memory_arena_debug_dump.cc | 135 const std::vector<ArenaAllocWithUsageInterval>& allocs) { in DumpArenaInfo()
|
/aosp_15_r20/external/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
|
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/scripts/ |
D | unbalanced_allocs.py | 37 def ProcessFree(line, f, allocs): argument 49 def ProcessMalloc(line, f, allocs): argument
|
/aosp_15_r20/bionic/tests/ |
H A D | static_tls_layout_test.cpp | 61 auto allocs = layout.reserve_tp_pair(unflatten_size(before), unflatten_size(after)); in TEST() local 66 StaticTlsLayout::TpAllocations allocs; in TEST() local
|
H A D | malloc_iterate_test.cpp | 49 std::vector<AllocDataType> allocs; member
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Transforms/ |
H A D | buffer_packing.cc | 184 void optimze(const mlir::bufferization::BufferPlacementAllocs &allocs, in optimze() 297 const mlir::bufferization::BufferPlacementAllocs &allocs) { in computeAllocationInfos() 447 std::vector<Value> allocs; in runOnOperation() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/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
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/ |
D | suballocator.rs | 2677 let allocs = ArrayQueue::new((ALLOCATIONS_PER_THREAD * THREADS) as usize); in free_list_allocator_capacity() localVariable 2711 let mut allocs = Vec::with_capacity(10); in free_list_allocator_respects_alignment() localVariable 2882 let mut allocs = Vec::with_capacity(1 << MAX_ORDER); in buddy_allocator_capacity() localVariable 2934 let mut allocs = in buddy_allocator_respects_alignment() localVariable 2966 let mut allocs = Vec::with_capacity(ALLOCATIONS as usize); in buddy_allocator_respects_granularity() localVariable
|
/aosp_15_r20/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
H A D | soft_rss_limit_mb_test.cc | 24 static char *allocs[kMaxNumAllocs]; variable
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | gemm_thunk.cc | 41 const BufferAllocations& allocs = *params.buffer_allocations; in ExecuteOnStream() local
|
H A D | cublas_lt_matmul_thunk.cc | 54 const BufferAllocations& allocs = *params.buffer_allocations; in ExecuteOnStream() local
|
/aosp_15_r20/external/bcc/libbpf-tools/ |
H A D | memleak.c | 224 static struct allocation *allocs; variable 770 int print_stack_frames(struct allocation *allocs, size_t nr_allocs, int stack_traces_fd) in print_stack_frames()
|
/aosp_15_r20/external/jemalloc_new/src/ |
H A D | android_je_mallinfo.c | 28 size_t allocs = (size_t)(nmalloc - ndalloc); in accumulate_large_allocs() local
|
/aosp_15_r20/external/perfetto/src/tools/ |
H A D | multithreaded_alloc.cc | 41 std::atomic<uint64_t> allocs{0}; variable
|
/aosp_15_r20/external/libcxxabi/test/ |
H A D | test_fallback_malloc.pass.cpp | 134 const size_t allocs [] = { 124, 60, 252, 60, 4 }; in exhaustion_test3() local
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | jemalloc_wrapper.cpp | 149 je_stats_arena(i, [](size_t index, size_t size, size_t allocs) { in je_mallopt()
|
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/ |
H A D | test_fallback_malloc.pass.cpp | 160 const size_t allocs [] = { 124, 60, 252, 60, 4 }; in exhaustion_test3() local
|
/aosp_15_r20/prebuilts/go/linux-x86/test/ |
D | gcgort.go | 23 allocs = 8 const
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/utils/ |
H A D | hlo_utils.cc | 194 std::pair<size_t, size_t> computeMemory(const std::vector<Value>& allocs) { in computeMemory()
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/synced/ |
D | mod.rs | 280 let allocs = cb_allocator in secondary_conflicting_writes() localVariable
|
/aosp_15_r20/external/perfetto/src/profiling/memory/ |
H A D | bookkeeping.h | 113 uint64_t allocs = 0; member
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | codegen.cpp | 292 auto allocs = NodeFinder<Allocate>::find(stmt_); in allocIntermediateBufs() local
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/memory/ |
H A D | memory_test.cc | 96 static std::vector<size_t>& allocs() { in allocs() function
|