Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1340 static void* win32mmap(size_t size) { in win32mmap() function
1370 #define CALL_MMAP(s) win32mmap(s)
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c1598 static FORCEINLINE void* win32mmap(size_t size) { in win32mmap() function
1628 #define MMAP_DEFAULT(s) win32mmap(s)