Searched refs:MREMAP_MAYMOVE (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/libs/libmuslc/include/sys/
H A Dmman.h95 #define MREMAP_MAYMOVE 1 macro
/seL4-refos-master/libs/libsel4muslcsys/src/
H A Dsys_morecore.c249 assert(flags == MREMAP_MAYMOVE);
/seL4-refos-master/projects/seL4_libs/libsel4muslcsys/src/
H A Dsys_morecore.c249 assert(flags == MREMAP_MAYMOVE);
/seL4-refos-master/libs/libmuslc/src/malloc/
H A Dmalloc.c417 base = __mremap(base, oldlen, newlen, MREMAP_MAYMOVE);

Completed in 34 milliseconds