Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dsimple_memory_arena_test.cc29 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 Dsimple_memory_arena.cc193 size_t arena_size, const std::vector<ArenaAllocWithUsageInterval>& allocs) { in DumpArenaInfo()
H A Dsimple_memory_arena_debug_dump.cc135 const std::vector<ArenaAllocWithUsageInterval>& allocs) { in DumpArenaInfo()
/aosp_15_r20/external/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
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/scripts/
Dunbalanced_allocs.py37 def ProcessFree(line, f, allocs): argument
49 def ProcessMalloc(line, f, allocs): argument
/aosp_15_r20/bionic/tests/
H A Dstatic_tls_layout_test.cpp61 auto allocs = layout.reserve_tp_pair(unflatten_size(before), unflatten_size(after)); in TEST() local
66 StaticTlsLayout::TpAllocations allocs; in TEST() local
H A Dmalloc_iterate_test.cpp49 std::vector<AllocDataType> allocs; member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Transforms/
H A Dbuffer_packing.cc184 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 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
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dsuballocator.rs2677 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 Dsoft_rss_limit_mb_test.cc24 static char *allocs[kMaxNumAllocs]; variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgemm_thunk.cc41 const BufferAllocations& allocs = *params.buffer_allocations; in ExecuteOnStream() local
H A Dcublas_lt_matmul_thunk.cc54 const BufferAllocations& allocs = *params.buffer_allocations; in ExecuteOnStream() local
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dmemleak.c224 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 Dandroid_je_mallinfo.c28 size_t allocs = (size_t)(nmalloc - ndalloc); in accumulate_large_allocs() local
/aosp_15_r20/external/perfetto/src/tools/
H A Dmultithreaded_alloc.cc41 std::atomic<uint64_t> allocs{0}; variable
/aosp_15_r20/external/libcxxabi/test/
H A Dtest_fallback_malloc.pass.cpp134 const size_t allocs [] = { 124, 60, 252, 60, 4 }; in exhaustion_test3() local
/aosp_15_r20/bionic/libc/bionic/
H A Djemalloc_wrapper.cpp149 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 Dtest_fallback_malloc.pass.cpp160 const size_t allocs [] = { 124, 60, 252, 60, 4 }; in exhaustion_test3() local
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dgcgort.go23 allocs = 8 const
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/utils/
H A Dhlo_utils.cc194 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/
Dmod.rs280 let allocs = cb_allocator in secondary_conflicting_writes() localVariable
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dbookkeeping.h113 uint64_t allocs = 0; member
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dcodegen.cpp292 auto allocs = NodeFinder<Allocate>::find(stmt_); in allocIntermediateBufs() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/memory/
H A Dmemory_test.cc96 static std::vector<size_t>& allocs() { in allocs() function

1234