Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1308 #define DIRECT_MMAP(s) MFAIL macro
1336 #define DIRECT_MMAP(s) CALL_MMAP(s) macro
1372 #define DIRECT_MMAP(s) win32direct_mmap(s) macro
3182 char* mm = (char*)(DIRECT_MMAP(mmsize)); in mmap_alloc()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c1670 #ifdef DIRECT_MMAP
1671 #define CALL_DIRECT_MMAP(s) DIRECT_MMAP(s)
1680 #define DIRECT_MMAP(s) MFAIL macro
1681 #define CALL_DIRECT_MMAP(s) DIRECT_MMAP(s)