Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp60 static void RegisterAllocation(const StackTrace &stack, void *p, uptr size) { in RegisterAllocation() function
106 RegisterAllocation(stack, p, size); in Allocate()
137 RegisterAllocation(stack, new_p, new_size); in Reallocate()
139 RegisterAllocation(stack, p, new_size); in Reallocate()