Searched refs:RegisterAllocation (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/lsan/ |
D | lsan_allocator.cc | 71 static void RegisterAllocation(const StackTrace &stack, void *p, uptr size) { in RegisterAllocation() function 100 RegisterAllocation(stack, p, size); in Allocate() 122 RegisterAllocation(stack, p, new_size); in Reallocate()
|
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan_allocator.cpp | 60 static void RegisterAllocation(const StackTrace &stack, void *p, uptr size) { in RegisterAllocation() function 101 RegisterAllocation(stack, p, size); in Allocate() 132 RegisterAllocation(stack, p, new_size); in Reallocate()
|