Lines Matching defs:stack
60 static void RegisterAllocation(const StackTrace &stack, void *p, uptr size) { in RegisterAllocation()
77 static void *ReportAllocationSizeTooBig(uptr size, const StackTrace &stack) { in ReportAllocationSizeTooBig()
85 void *Allocate(const StackTrace &stack, uptr size, uptr alignment, in Allocate()
107 static void *Calloc(uptr nmemb, uptr size, const StackTrace &stack) { in Calloc()
124 void *Reallocate(const StackTrace &stack, void *p, uptr new_size, in Reallocate()
152 const StackTrace &stack) { in lsan_posix_memalign()
167 void *lsan_aligned_alloc(uptr alignment, uptr size, const StackTrace &stack) { in lsan_aligned_alloc()
177 void *lsan_memalign(uptr alignment, uptr size, const StackTrace &stack) { in lsan_memalign()
187 void *lsan_malloc(uptr size, const StackTrace &stack) { in lsan_malloc()
195 void *lsan_realloc(void *p, uptr size, const StackTrace &stack) { in lsan_realloc()
200 const StackTrace &stack) { in lsan_reallocarray()
210 void *lsan_calloc(uptr nmemb, uptr size, const StackTrace &stack) { in lsan_calloc()
214 void *lsan_valloc(uptr size, const StackTrace &stack) { in lsan_valloc()
219 void *lsan_pvalloc(uptr size, const StackTrace &stack) { in lsan_pvalloc()