Home | History | Annotate | Download | only in internal

Lines Matching refs:emap

5 #include "jemalloc/internal/emap.h"
25 emap_t *emap, bool left, bool right, bool remap);
27 emap_t *emap, bool left, bool right);
29 * Unguard the extent, but don't modify emap boundaries. Must be called on an
30 * extent that has been erased from emap and shouldn't be placed back.
33 edata_t *edata, emap_t *emap);
41 emap_t *emap, bool remap) {
42 san_guard_pages(tsdn, ehooks, edata, emap, true, true, remap);
47 emap_t *emap) {
48 san_unguard_pages(tsdn, ehooks, edata, emap, true, true);