Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Ddlmalloc.c390 #define IS_MMAPPED 0x2 macro
394 #define SIZE_BITS (PREV_INUSE|IS_MMAPPED)
429 #define chunk_is_mmapped(p) ((p)->size & IS_MMAPPED)
976 set_head(p, size|IS_MMAPPED);
1039 set_head(p, (new_size - offset)|IS_MMAPPED);
1538 if (hd & IS_MMAPPED) /* release mmapped memory. */
1988 set_head(newp, newsize|IS_MMAPPED);
H A Ddlmalloc.src1224 bit (IS_MMAPPED) set in their size fields. Because they are
1307 /* size field is or'ed with IS_MMAPPED if the chunk was obtained with mmap() */
1309 #define IS_MMAPPED 0x2
1313 #define SIZE_BITS (PREV_INUSE|IS_MMAPPED)
1348 #define chunk_is_mmapped(p) ((p)->size & IS_MMAPPED)
1841 set_head(p, size|IS_MMAPPED);
1904 set_head(p, (new_size - offset)|IS_MMAPPED);
2386 if (hd & IS_MMAPPED) /* release mmapped memory. */
2777 set_head(newp, newsize|IS_MMAPPED);