Lines Matching refs:BufferedStackTrace
408 void *Allocate(uptr size, uptr alignment, BufferedStackTrace *stack, in Allocate()
506 BufferedStackTrace *stack, AllocType alloc_type) { in Deallocate()
546 void *Reallocate(void *old_ptr, uptr new_size, BufferedStackTrace *stack) { in Reallocate()
566 void *Calloc(uptr nmemb, uptr size, BufferedStackTrace *stack) { in Calloc()
652 void memprof_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in memprof_free()
657 BufferedStackTrace *stack, AllocType alloc_type) { in memprof_delete()
661 void *memprof_malloc(uptr size, BufferedStackTrace *stack) { in memprof_malloc()
665 void *memprof_calloc(uptr nmemb, uptr size, BufferedStackTrace *stack) { in memprof_calloc()
670 BufferedStackTrace *stack) { in memprof_reallocarray()
680 void *memprof_realloc(void *p, uptr size, BufferedStackTrace *stack) { in memprof_realloc()
694 void *memprof_valloc(uptr size, BufferedStackTrace *stack) { in memprof_valloc()
699 void *memprof_pvalloc(uptr size, BufferedStackTrace *stack) { in memprof_pvalloc()
712 void *memprof_memalign(uptr alignment, uptr size, BufferedStackTrace *stack, in memprof_memalign()
724 BufferedStackTrace *stack) { in memprof_aligned_alloc()
735 BufferedStackTrace *stack) { in memprof_posix_memalign()