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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c813 #ifndef FORCEINLINE
815 #define FORCEINLINE __inline __attribute__ ((always_inline)) macro
817 #define FORCEINLINE __forceinline macro
832 #ifndef FORCEINLINE
833 #define FORCEINLINE inline macro
836 #ifndef FORCEINLINE
837 #define FORCEINLINE macro
1654 static FORCEINLINE void* win32mmap(size_t size) {
1660 static FORCEINLINE void* win32direct_mmap(size_t size) {
1667 static FORCEINLINE in
[all...]

Completed in 86 milliseconds