Lines Matching refs:ptr
27 tcache_salloc(tsdn_t *tsdn, const void *ptr) in tcache_salloc() argument
29 return (arena_salloc(tsdn, iealloc(tsdn, ptr), ptr)); in tcache_salloc()
92 void *ptr; in tcache_bin_flush_small() local
124 ptr = *(tbin->avail - 1 - i); in tcache_bin_flush_small()
125 assert(ptr != NULL); in tcache_bin_flush_small()
127 extent = iealloc(tsd_tsdn(tsd), ptr); in tcache_bin_flush_small()
130 bin_arena, extent, ptr); in tcache_bin_flush_small()
138 *(tbin->avail - 1 - ndeferred) = ptr; in tcache_bin_flush_small()
170 void *ptr; in tcache_bin_flush_large() local
205 ptr = *(tbin->avail - 1 - i); in tcache_bin_flush_large()
206 assert(ptr != NULL); in tcache_bin_flush_large()
207 extent = iealloc(tsd_tsdn(tsd), ptr); in tcache_bin_flush_large()
218 *(tbin->avail - 1 - ndeferred) = ptr; in tcache_bin_flush_large()