Home
last modified time | relevance | path

Searched refs:RegisterAllocation (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc71 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/
Dlsan_allocator.cpp60 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()