Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dmallocr.c1037 #define IS_MMAPPED 0x2 macro
1041 #define SIZE_BITS (PREV_INUSE|IS_MMAPPED)
1076 #define chunk_is_mmapped(p) ((p)->size & IS_MMAPPED)
1605 set_head(p, size|IS_MMAPPED); in mmap_chunk()
1676 set_head(p, (new_size - offset)|IS_MMAPPED); in mremap_chunk()
2214 if (hd & IS_MMAPPED) /* release mmapped memory. */ in fREe()
2659 set_head(newp, newsize|IS_MMAPPED); in mEMALIGn()