Home
last modified time | relevance | path

Searched defs:szind (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Darena_inlines_b.h191 szind_t szind = rtree_szind_read(tsdn, &extents_rtree, rtree_ctx, in arena_salloc() local
213 szind_t szind; in arena_vsalloc() local
232 arena_dalloc_large_no_tcache(tsdn_t *tsdn, void *ptr, szind_t szind) { in arena_dalloc_large_no_tcache()
248 szind_t szind; in arena_dalloc_no_tcache() local
270 arena_dalloc_large(tsdn_t *tsdn, void *ptr, tcache_t *tcache, szind_t szind, in arena_dalloc_large()
296 szind_t szind; in arena_dalloc() local
332 szind_t szind; in arena_sdalloc_no_tcache() local
382 szind_t szind; in arena_sdalloc() local
H A Drtree.h263 rtree_leaf_elm_t *elm, szind_t szind) { in rtree_leaf_elm_szind_write()
296 rtree_leaf_elm_t *elm, extent_t *extent, szind_t szind, bool slab) { in rtree_leaf_elm_write()
315 rtree_leaf_elm_t *elm, szind_t szind, bool slab) { in rtree_leaf_elm_szind_slab_update()
387 extent_t *extent, szind_t szind, bool slab) { in rtree_write()
512 uintptr_t key, szind_t szind, bool slab) { in rtree_szind_slab_update()
H A Dextent_inlines.h56 szind_t szind = (szind_t)((extent->e_bits & EXTENT_BITS_SZIND_MASK) >> in extent_szind_get_maybe_invalid() local
64 szind_t szind = extent_szind_get_maybe_invalid(extent); in extent_szind_get() local
259 extent_szind_set(extent_t *extent, szind_t szind) { in extent_szind_set()
368 bool slab, szind_t szind, size_t sn, extent_state_t state, bool zeroed, in extent_init()
H A Darena_structs_b.h228 szind_t szind; member
H A Darena_stats.h256 szind_t szind, uint64_t nrequests) { in arena_stats_large_flush_nrequests_add()
/freebsd/contrib/jemalloc/src/
H A Dextent.c539 size_t alignment, bool slab, szind_t szind, bool *zero, bool *commit) { in extents_alloc()
722 rtree_leaf_elm_t *elm_b, extent_t *extent, szind_t szind, bool slab) { in extent_rtree_write_acquired()
732 szind_t szind) { in extent_interior_register()
798 szind_t szind = extent_szind_get_maybe_invalid(extent); in extent_register_impl() local
987 szind_t szind, bool growing_retained) { in extent_split_interior()
1060 szind_t szind, extent_t *extent, bool growing_retained) { in extent_recycle_split()
1130 size_t alignment, bool slab, szind_t szind, bool *zero, bool *commit, in extent_recycle()
1299 bool slab, szind_t szind, bool *zero, bool *commit) { in extent_grow_retained()
1465 size_t alignment, bool slab, szind_t szind, bool *zero, bool *commit) { in extent_alloc_retained()
1494 size_t alignment, bool slab, szind_t szind, bool *zero, bool *commit) { in extent_alloc_wrapper_hard()
[all …]
H A Dlarge.c181 szind_t szind = sz_size2index(usize); in large_ralloc_no_move_expand() local
H A Darena.c435 szind_t szind = sz_size2index(usize); in arena_extent_alloc_large() local
1208 szind_t szind) { in arena_slab_alloc_hard()
1235 szind_t szind = sz_size2index(bin_info->reg_size); in arena_slab_alloc() local
1570 szind_t szind = sz_size2index(usize); in arena_prof_promote() local
H A Dtcache.c117 szind_t szind; in tbin_extents_lookup_size_check() local