Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc9 #ifndef SCUDO_PREFIX
10 #error "Define SCUDO_PREFIX prior to including this file!"
51 INTERFACE WEAK void *SCUDO_PREFIX(calloc)(size_t nmemb, size_t size) {
66 INTERFACE WEAK void SCUDO_PREFIX(free)(void *ptr) {
71 INTERFACE WEAK struct SCUDO_MALLINFO SCUDO_PREFIX(mallinfo)(void) {
91 INTERFACE WEAK struct __scudo_mallinfo2 SCUDO_PREFIX(mallinfo2)(void) {
109 INTERFACE WEAK void *SCUDO_PREFIX(malloc)(size_t size) {
117 INTERFACE WEAK size_t SCUDO_PREFIX(malloc_usable_size)(const void *ptr) {
119 INTERFACE WEAK size_t SCUDO_PREFIX(malloc_usable_size)(void *ptr) {
124 INTERFACE WEAK void *SCUDO_PREFIX(memalign)(size_t alignment, size_t size) {
[all …]
H A Dwrappers_c_bionic.cpp25 #define SCUDO_PREFIX(name) CONCATENATE(scudo_, name) macro
28 extern "C" void SCUDO_PREFIX(malloc_postinit)();
30 static scudo::Allocator<scudo::Config, SCUDO_PREFIX(malloc_postinit)>
36 #undef SCUDO_PREFIX
H A Dwrappers_c.cpp24 #define SCUDO_PREFIX(name) name
31 scudo::Allocator<scudo::Config, SCUDO_PREFIX(malloc_postinit)> SCUDO_ALLOCATOR;
36 #undef SCUDO_PREFIX
21 #define SCUDO_PREFIX( global() macro