Searched refs:prof_realloc (Results 1 – 6 of 6) sorted by relevance
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | prof_inlines.h | 20 void prof_realloc(tsd_t *tsd, extent_t *extent, const void *ptr, 173 prof_realloc(tsd_t *tsd, extent_t *extent, const void *ptr, size_t usize, in prof_realloc() function
|
| A D | private_symbols.txt | 392 prof_realloc
|
| A D | private_namespace.h | 392 #define prof_realloc JEMALLOC_N(prof_realloc) macro
|
| A D | private_unnamespace.h | 392 #undef prof_realloc
|
| /third_party/ulib/jemalloc/src/ |
| A D | jemalloc.c | 1911 prof_realloc(tsd, extent, p, usize, tctx, prof_active, true, old_extent, in irealloc_prof() 2286 prof_realloc(tsd, extent, p, *usize, tctx, prof_active, false, in irallocx_prof() 2441 prof_realloc(tsd, extent, ptr, usize, tctx, prof_active, false, extent, in ixallocx_prof()
|
| /third_party/ulib/jemalloc/ |
| A D | ChangeLog | 291 event. Also add a missing check in prof_realloc(). These fixes protect 295 + Fix prof_realloc() to call prof_free_sampled_object() after calling
|
Completed in 14 milliseconds