Searched refs:memprof_malloc_usable_size (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_allocator.h | 98 uptr memprof_malloc_usable_size(const void *ptr, uptr pc, uptr bp);
|
| H A D | memprof_malloc_linux.cpp | 109 return memprof_malloc_usable_size(ptr, pc, bp); in INTERCEPTOR()
|
| H A D | memprof_allocator.cpp | 685 uptr memprof_malloc_usable_size(const void *ptr, uptr pc, uptr bp) { in memprof_malloc_usable_size() function 700 return memprof_malloc_usable_size(p, 0, 0) != 0; in __sanitizer_get_ownership() 704 return memprof_malloc_usable_size(p, 0, 0); in __sanitizer_get_allocated_size()
|