Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c818 #ifndef FORCEINLINE
820 #define FORCEINLINE __inline __attribute__ ((always_inline)) macro
822 #define FORCEINLINE __forceinline macro
837 #ifndef FORCEINLINE
838 #define FORCEINLINE inline macro
841 #ifndef FORCEINLINE
842 #define FORCEINLINE macro
1598 static FORCEINLINE void* win32mmap(size_t size) { in win32mmap()
1604 static FORCEINLINE void* win32direct_mmap(size_t size) { in win32direct_mmap()
1611 static FORCEINLINE int win32munmap(void* ptr, size_t size) { in win32munmap()
[all …]