Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DCallStack.h31 #ifndef CALLSTACK_WEAK
33 # define CALLSTACK_WEAK __attribute__((weak)) macro
35 # define CALLSTACK_WEAK macro
157 static CallStackUPtr CALLSTACK_WEAK getCurrentInternal(int32_t ignoreDepth);
158 static void CALLSTACK_WEAK logStackInternal(const char* logtag, const CallStack* stack,
160 static String8 CALLSTACK_WEAK stackToStringInternal(const char* prefix, const CallStack* stack);
163 static void CALLSTACK_WEAK deleteStack(CallStack* stack);
172 #undef CALLSTACK_WEAK
/system/core/libutils/
DCallStack.cpp25 #define CALLSTACK_WEAK // Don't generate weak definitions. macro