Searched refs:SCUDO_PREFIX (Results 1 – 3 of 3) sorted by relevance
9 #ifndef SCUDO_PREFIX10 #error "Define SCUDO_PREFIX prior to including this file!"35 INTERFACE WEAK void SCUDO_PREFIX(free)(void *ptr) {74 INTERFACE WEAK void *SCUDO_PREFIX(malloc)(size_t size) {151 INTERFACE WEAK void *SCUDO_PREFIX(valloc)(size_t size) {156 INTERFACE WEAK int SCUDO_PREFIX(malloc_iterate)(165 INTERFACE WEAK void SCUDO_PREFIX(malloc_disable)() {169 void SCUDO_PREFIX(malloc_postinit)() {171 pthread_atfork(SCUDO_PREFIX(malloc_disable), SCUDO_PREFIX(malloc_enable),172 SCUDO_PREFIX(malloc_enable));[all …]
22 #define SCUDO_PREFIX(name) CONCATENATE(scudo_, name) macro25 extern "C" void SCUDO_PREFIX(malloc_postinit)();27 static scudo::Allocator<scudo::AndroidConfig, SCUDO_PREFIX(malloc_postinit)>33 #undef SCUDO_PREFIX36 #define SCUDO_PREFIX(name) CONCATENATE(scudo_svelte_, name) macro39 extern "C" void SCUDO_PREFIX(malloc_postinit)();42 SCUDO_PREFIX(malloc_postinit)>48 #undef SCUDO_PREFIX
21 #define SCUDO_PREFIX(name) name macro28 scudo::Allocator<scudo::Config, SCUDO_PREFIX(malloc_postinit)> SCUDO_ALLOCATOR;33 #undef SCUDO_PREFIX