Home
last modified time | relevance | path

Searched defs:RecordAllocation (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/gwp_asan/gwp_asan/
H A Dcommon.cpp40 void AllocationMetadata::RecordAllocation(uintptr_t AllocAddr, in RecordAllocation() function in gwp_asan::AllocationMetadata
/aosp_15_r20/art/runtime/gc/
H A Dallocation_record.cc201 void AllocRecordObjectMap::RecordAllocation(Thread* self, in RecordAllocation() function in art::gc::AllocRecordObjectMap
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dthread_cache.h658 PA_ALWAYS_INLINE void ThreadCache::RecordAllocation(size_t size) { in RecordAllocation() function