Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcommon.cpp40 void AllocationMetadata::RecordAllocation(uintptr_t AllocAddr, in RecordAllocation() function in gwp_asan::AllocationMetadata
H A Dcommon.h73 void RecordAllocation(uintptr_t Addr, size_t RequestedSize);
H A Dguarded_pool_allocator.cpp263 Meta->RecordAllocation(UserPtr, Size); in allocate()