Home
last modified time | relevance | path

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

/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c797 #ifndef NOINLINE
799 #define NOINLINE __attribute__ ((noinline)) macro
801 #define NOINLINE __declspec(noinline) macro
803 #define NOINLINE macro