Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c1814 #define IS_MMAPPED 0x2 macro
1817 #define chunk_is_mmapped(p) ((p)->size & IS_MMAPPED)
1829 #define SIZE_BITS (PREV_INUSE|IS_MMAPPED)
3765 set_head(newp, newsize|IS_MMAPPED); in _int_memalign()