Home
last modified time | relevance | path

Searched defs:debug_initialize (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mdnsresponder/mDNSShared/
H A DDebugServices.h1297 #define debug_initialize( ... ) DebugInitialize( __VA_ARGS__ ) macro
1299 #define debug_initialize( ARGS... ) DebugInitialize( ## ARGS ) macro
1301 #define debug_initialize DebugInitialize macro
1305 #define debug_initialize( ... ) macro
1307 #define debug_initialize( ARGS... ) macro
1309 #define debug_initialize while( 0 ) macro
/aosp_15_r20/bionic/libc/malloc_debug/
H A Dmalloc_debug.cpp387 bool debug_initialize(const MallocDispatch* malloc_dispatch, bool* zygote_child, in debug_initialize() function