Lines Matching refs:BufferedStackTrace
342 void *Allocate(uptr size, uptr alignment, BufferedStackTrace *stack, in Allocate()
440 BufferedStackTrace *stack, AllocType alloc_type) { in Deallocate()
484 void *Reallocate(void *old_ptr, uptr new_size, BufferedStackTrace *stack) { in Reallocate()
504 void *Calloc(uptr nmemb, uptr size, BufferedStackTrace *stack) { in Calloc()
519 BufferedStackTrace *stack) { in CommitBack()
564 void Purge(BufferedStackTrace *stack) { allocator.ForceReleaseToOS(); } in Purge()
592 void memprof_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in memprof_free()
597 BufferedStackTrace *stack, AllocType alloc_type) { in memprof_delete()
601 void *memprof_malloc(uptr size, BufferedStackTrace *stack) { in memprof_malloc()
605 void *memprof_calloc(uptr nmemb, uptr size, BufferedStackTrace *stack) { in memprof_calloc()
610 BufferedStackTrace *stack) { in memprof_reallocarray()
620 void *memprof_realloc(void *p, uptr size, BufferedStackTrace *stack) { in memprof_realloc()
634 void *memprof_valloc(uptr size, BufferedStackTrace *stack) { in memprof_valloc()
639 void *memprof_pvalloc(uptr size, BufferedStackTrace *stack) { in memprof_pvalloc()
652 void *memprof_memalign(uptr alignment, uptr size, BufferedStackTrace *stack, in memprof_memalign()
664 BufferedStackTrace *stack) { in memprof_aligned_alloc()
675 BufferedStackTrace *stack) { in memprof_posix_memalign()