Lines Matching refs:BufferedStackTrace
338 void *Allocate(uptr size, uptr alignment, BufferedStackTrace *stack, in Allocate()
436 BufferedStackTrace *stack, AllocType alloc_type) { in Deallocate()
481 void *Reallocate(void *old_ptr, uptr new_size, BufferedStackTrace *stack) { in Reallocate()
501 void *Calloc(uptr nmemb, uptr size, BufferedStackTrace *stack) { in Calloc()
516 BufferedStackTrace *stack) { in CommitBack()
557 void Purge(BufferedStackTrace *stack) { allocator.ForceReleaseToOS(); } in Purge()
585 void memprof_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in memprof_free()
590 BufferedStackTrace *stack, AllocType alloc_type) { in memprof_delete()
594 void *memprof_malloc(uptr size, BufferedStackTrace *stack) { in memprof_malloc()
598 void *memprof_calloc(uptr nmemb, uptr size, BufferedStackTrace *stack) { in memprof_calloc()
603 BufferedStackTrace *stack) { in memprof_reallocarray()
613 void *memprof_realloc(void *p, uptr size, BufferedStackTrace *stack) { in memprof_realloc()
627 void *memprof_valloc(uptr size, BufferedStackTrace *stack) { in memprof_valloc()
632 void *memprof_pvalloc(uptr size, BufferedStackTrace *stack) { in memprof_pvalloc()
645 void *memprof_memalign(uptr alignment, uptr size, BufferedStackTrace *stack, in memprof_memalign()
657 BufferedStackTrace *stack) { in memprof_aligned_alloc()
668 BufferedStackTrace *stack) { in memprof_posix_memalign()