Lines Matching refs:BufferedStackTrace
513 void *Allocate(uptr size, uptr alignment, BufferedStackTrace *stack, in Allocate()
612 BufferedStackTrace *stack, AllocType alloc_type) { in Deallocate()
659 void *Reallocate(void *old_ptr, uptr new_size, BufferedStackTrace *stack) { in Reallocate()
679 void *Calloc(uptr nmemb, uptr size, BufferedStackTrace *stack) { in Calloc()
694 BufferedStackTrace *stack) { in CommitBack()
735 void Purge(BufferedStackTrace *stack) { allocator.ForceReleaseToOS(); } in Purge()
763 void memprof_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in memprof_free()
768 BufferedStackTrace *stack, AllocType alloc_type) { in memprof_delete()
772 void *memprof_malloc(uptr size, BufferedStackTrace *stack) { in memprof_malloc()
776 void *memprof_calloc(uptr nmemb, uptr size, BufferedStackTrace *stack) { in memprof_calloc()
781 BufferedStackTrace *stack) { in memprof_reallocarray()
791 void *memprof_realloc(void *p, uptr size, BufferedStackTrace *stack) { in memprof_realloc()
805 void *memprof_valloc(uptr size, BufferedStackTrace *stack) { in memprof_valloc()
810 void *memprof_pvalloc(uptr size, BufferedStackTrace *stack) { in memprof_pvalloc()
823 void *memprof_memalign(uptr alignment, uptr size, BufferedStackTrace *stack, in memprof_memalign()
835 BufferedStackTrace *stack) { in memprof_aligned_alloc()
846 BufferedStackTrace *stack) { in memprof_posix_memalign()