Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1353 static int win32munmap(void* ptr, size_t size) { in win32munmap() function
1371 #define CALL_MUNMAP(a, s) win32munmap((a), (s))
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c1611 static FORCEINLINE int win32munmap(void* ptr, size_t size) { in win32munmap() function
1629 #define MUNMAP_DEFAULT(a, s) win32munmap((a), (s))