Lines Matching defs:stack
57 static void RegisterAllocation(const StackTrace &stack, void *p, uptr size) { in RegisterAllocation()
74 static void *ReportAllocationSizeTooBig(uptr size, const StackTrace &stack) { in ReportAllocationSizeTooBig()
82 void *Allocate(const StackTrace &stack, uptr size, uptr alignment, in Allocate()
104 static void *Calloc(uptr nmemb, uptr size, const StackTrace &stack) { in Calloc()
121 void *Reallocate(const StackTrace &stack, void *p, uptr new_size, in Reallocate()
145 const StackTrace &stack) { in lsan_posix_memalign()
160 void *lsan_aligned_alloc(uptr alignment, uptr size, const StackTrace &stack) { in lsan_aligned_alloc()
170 void *lsan_memalign(uptr alignment, uptr size, const StackTrace &stack) { in lsan_memalign()
180 void *lsan_malloc(uptr size, const StackTrace &stack) { in lsan_malloc()
188 void *lsan_realloc(void *p, uptr size, const StackTrace &stack) { in lsan_realloc()
192 void *lsan_calloc(uptr nmemb, uptr size, const StackTrace &stack) { in lsan_calloc()
196 void *lsan_valloc(uptr size, const StackTrace &stack) { in lsan_valloc()
201 void *lsan_pvalloc(uptr size, const StackTrace &stack) { in lsan_pvalloc()