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

/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c791 #ifndef NOINLINE
793 #define NOINLINE __attribute__ ((noinline)) macro
795 #define NOINLINE __declspec(noinline) macro
797 #define NOINLINE macro

Completed in 23 milliseconds