Home
last modified time | relevance | path

Searched refs:old_ptr (Results 1 – 2 of 2) sorted by relevance

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dprof_inlines.h22 extent_t *old_extent, const void *old_ptr, size_t old_usize,
175 const void *old_ptr, size_t old_usize, prof_tctx_t *old_tctx) in prof_realloc() argument
199 moved = (ptr != old_ptr); in prof_realloc()
/third_party/ulib/jemalloc/src/
A Djemalloc.c1882 p = iralloc(tsd, extent, old_ptr, old_usize, usize, 0, false); in irealloc_prof_sample()
1897 old_tctx = prof_tctx_get(tsd_tsdn(tsd), old_extent, old_ptr); in irealloc_prof()
1900 p = irealloc_prof_sample(tsd, old_extent, old_ptr, old_usize, in irealloc_prof()
1903 p = iralloc(tsd, old_extent, old_ptr, old_usize, usize, 0, in irealloc_prof()
1912 old_ptr, old_usize, old_tctx); in irealloc_prof()
2235 p = iralloct(tsdn, extent, old_ptr, old_usize, LARGE_MINCLASS, in irallocx_prof_sample()
2259 old_tctx = prof_tctx_get(tsd_tsdn(tsd), old_extent, old_ptr); in irallocx_prof()
2262 p = irallocx_prof_sample(tsd_tsdn(tsd), old_extent, old_ptr, in irallocx_prof()
2265 p = iralloct(tsd_tsdn(tsd), old_extent, old_ptr, old_usize, in irallocx_prof()
2273 if (p == old_ptr && alignment != 0) { in irallocx_prof()
[all …]

Completed in 8 milliseconds