Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/lite/
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
Dsimple_memory_arena.cc193 size_t arena_size, const std::vector<ArenaAllocWithUsageInterval>& allocs) { in DumpArenaInfo()
Dsimple_memory_arena_debug_dump.cc135 const std::vector<ArenaAllocWithUsageInterval>& allocs) { in DumpArenaInfo()
/external/scudo/standalone/tools/
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
/external/rust/crates/libfuzzer-sys/libfuzzer/scripts/
Dunbalanced_allocs.py37 def ProcessFree(line, f, allocs): argument
49 def ProcessMalloc(line, f, allocs): argument
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dsoft_rss_limit_mb_test.cc24 static char *allocs[kMaxNumAllocs]; variable
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_thunk.cc41 const BufferAllocations& allocs = *params.buffer_allocations; in ExecuteOnStream() local
Dcublas_lt_matmul_thunk.cc54 const BufferAllocations& allocs = *params.buffer_allocations; in ExecuteOnStream() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/associative/map/map.cons/
Dcopy_assign.pass.cpp94 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
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Transforms/
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
/external/jemalloc_new/src/
Dandroid_je_mallinfo.c28 size_t allocs = (size_t)(nmalloc - ndalloc); in accumulate_large_allocs() local
/external/perfetto/src/tools/
Dmultithreaded_alloc.cc41 std::atomic<uint64_t> allocs{0}; variable
/external/libcxxabi/test/
Dtest_fallback_malloc.pass.cpp134 const size_t allocs [] = { 124, 60, 252, 60, 4 }; in exhaustion_test3() local
/external/grpc-grpc/test/core/gpr/
Darena_test.cc36 static void test(const char* name, size_t init_size, const size_t* allocs, in test()
/external/cronet/buildtools/third_party/libc++abi/trunk/test/
Dtest_fallback_malloc.pass.cpp158 const size_t allocs [] = { 124, 60, 252, 60, 4 }; in exhaustion_test3() local
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/utils/
Dhlo_utils.cc194 std::pair<size_t, size_t> computeMemory(const std::vector<Value>& allocs) { in computeMemory()
/external/perfetto/src/profiling/memory/
Dbookkeeping.h113 uint64_t allocs = 0; member
/external/cronet/third_party/abseil-cpp/absl/memory/
Dmemory_test.cc96 static std::vector<size_t>& allocs() { in allocs() function
/external/angle/third_party/abseil-cpp/absl/memory/
Dmemory_test.cc96 static std::vector<size_t>& allocs() { in allocs() function
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_timeline.cc156 std::map<int64_t, int64_t> allocs; in TrackNode() local
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Analysis/
Duserange_analysis.cc243 const BufferPlacementAllocs &allocs, in UserangeAnalysis()
/external/rust/crates/vulkano/src/command_buffer/synced/
Dmod.rs616 let allocs = pool.alloc(false, 2).unwrap().collect::<Vec<_>>(); in secondary_conflicting_writes() localVariable
/external/perfetto/src/trace_processor/importers/proto/
Dgpu_event_parser.cc627 auto* allocs = context_->storage->mutable_vulkan_memory_allocations_table(); in ParseVulkanMemoryEvent() local
/external/crosvm/resources/src/
Daddress_allocator.rs27 allocs: HashMap<Alloc, (AddressRange, String)>, field
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Analysis/
Duserange_analysis.cc378 Operation *op, const bufferization::BufferPlacementAllocs &allocs, in UserangeAnalysis()

12