Lines Matching defs:stack
63 static void RegisterAllocation(const StackTrace &stack, void *p, uptr size) { in RegisterAllocation()
82 static void *ReportAllocationSizeTooBig(uptr size, const StackTrace &stack) { in ReportAllocationSizeTooBig()
90 void *Allocate(const StackTrace &stack, uptr size, uptr alignment, in Allocate()
115 static void *Calloc(uptr nmemb, uptr size, const StackTrace &stack) { in Calloc()
130 void *Reallocate(const StackTrace &stack, void *p, uptr new_size, in Reallocate()
180 const StackTrace &stack) { in lsan_posix_memalign()
195 void *lsan_aligned_alloc(uptr alignment, uptr size, const StackTrace &stack) { in lsan_aligned_alloc()
205 void *lsan_memalign(uptr alignment, uptr size, const StackTrace &stack) { in lsan_memalign()
215 void *lsan_malloc(uptr size, const StackTrace &stack) { in lsan_malloc()
223 void *lsan_realloc(void *p, uptr size, const StackTrace &stack) { in lsan_realloc()
228 const StackTrace &stack) { in lsan_reallocarray()
238 void *lsan_calloc(uptr nmemb, uptr size, const StackTrace &stack) { in lsan_calloc()
242 void *lsan_valloc(uptr size, const StackTrace &stack) { in lsan_valloc()
247 void *lsan_pvalloc(uptr size, const StackTrace &stack) { in lsan_pvalloc()