/aosp_15_r20/art/libartbase/base/ |
H A D | arena_allocator.cc | 113 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) { in RecordAlloc() function in art::ArenaAllocatorStatsImpl
|
H A D | arena_allocator.h | 123 void RecordAlloc([[maybe_unused]] size_t bytes, [[maybe_unused]] ArenaAllocKind kind) {} in RecordAlloc() function
|
/aosp_15_r20/external/libchrome/base/debug/ |
H A D | thread_heap_usage_tracker.cc | 76 void RecordAlloc(const AllocatorDispatch* next, in RecordAlloc() function
|
H A D | thread_heap_usage_tracker_unittest.cc | 104 void RecordAlloc(void* address, size_t size) { in RecordAlloc() function in base::debug::__anon98eefb720111::ThreadHeapUsageTrackerTest
|
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/ |
D | arena_allocator.h | 123 void RecordAlloc(size_t bytes ATTRIBUTE_UNUSED, ArenaAllocKind kind ATTRIBUTE_UNUSED) {} in RecordAlloc() function
|
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/ |
D | arena_allocator.h | 122 void RecordAlloc(size_t bytes ATTRIBUTE_UNUSED, ArenaAllocKind kind ATTRIBUTE_UNUSED) {} in RecordAlloc() function
|
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/ |
D | arena_allocator.h | 122 void RecordAlloc(size_t bytes ATTRIBUTE_UNUSED, ArenaAllocKind kind ATTRIBUTE_UNUSED) {} in RecordAlloc() function
|
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/ |
D | arena_allocator.h | 124 void RecordAlloc(size_t bytes ATTRIBUTE_UNUSED, ArenaAllocKind kind ATTRIBUTE_UNUSED) {} in RecordAlloc() function
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/ |
D | arena_allocator.h | 124 void RecordAlloc([[maybe_unused]] size_t bytes, [[maybe_unused]] ArenaAllocKind kind) {} in RecordAlloc() function
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/ |
D | arena_allocator.h | 124 void RecordAlloc([[maybe_unused]] size_t bytes, [[maybe_unused]] ArenaAllocKind kind) {} in RecordAlloc() function
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/ |
D | arena_allocator.h | 124 void RecordAlloc([[maybe_unused]] size_t bytes, [[maybe_unused]] ArenaAllocKind kind) {} in RecordAlloc() function
|
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/ |
D | arena_allocator.h | 124 void RecordAlloc([[maybe_unused]] size_t bytes, [[maybe_unused]] ArenaAllocKind kind) {} in RecordAlloc() function
|
/aosp_15_r20/external/libchrome/base/sampling_heap_profiler/ |
H A D | sampling_heap_profiler.cc | 289 void SamplingHeapProfiler::RecordAlloc(void* address, in RecordAlloc() function in base::SamplingHeapProfiler
|
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/ |
D | arena_allocator.h | 124 void RecordAlloc([[maybe_unused]] size_t bytes, [[maybe_unused]] ArenaAllocKind kind) {} in RecordAlloc() function
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | arena_impl.h | 162 inline void RecordAlloc(const std::type_info* allocated_type, in RecordAlloc() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | arena_impl.h | 162 inline void RecordAlloc(const std::type_info* allocated_type, in RecordAlloc() function
|
/aosp_15_r20/art/runtime/gc/space/ |
H A D | region_space.cc | 852 void RegionSpace::RecordAlloc(mirror::Object* ref) { in RecordAlloc() function in art::gc::space::RegionSpace
|