Home
last modified time | relevance | path

Searched refs:dalloc (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc_typedefs.h69 extent_dalloc_t *dalloc; member
H A Djemalloc.h386 extent_dalloc_t *dalloc;
353 extent_dalloc_t *dalloc; global() member
/freebsd/include/
H A Dmalloc_np.h63 extent_dalloc_t *dalloc; member
/freebsd/contrib/jemalloc/src/
H A Dbase.c65 * Cascade through dalloc, decommit, purge_forced, and purge_lazy, in base_unmap()
68 * custom hooks may not support e.g. dalloc. This function is only ever in base_unmap()
70 * seem pointless to do anything besides dalloc here, the application in base_unmap()
H A Dextent.c1036 /* Remove guard pages for dalloc / unmap. */ in extent_split_interior()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa.c431 uint64_t dalloc = metaslab_class_get_dalloc(mc); in spa_prop_add_metaslab_class() local
438 spa_prop_add_list(nv, mcp + ZPOOL_MC_PROP_USED, NULL, dalloc, src); in spa_prop_add_metaslab_class()
446 dsize - dalloc, src); in spa_prop_add_metaslab_class()
455 *usedp += dalloc; in spa_prop_add_metaslab_class()