Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc54 if (SCUDO_ALLOCATOR.canReturnNull()) {
60 void *Ptr = SCUDO_ALLOCATOR.allocate(Product, scudo::Chunk::Origin::Malloc,
68 SCUDO_ALLOCATOR.deallocate(ptr, scudo::Chunk::Origin::Malloc);
74 SCUDO_ALLOCATOR.getStats(Stats);
94 SCUDO_ALLOCATOR.getStats(Stats);
110 void *Ptr = SCUDO_ALLOCATOR.allocate(size, scudo::Chunk::Origin::Malloc,
121 return SCUDO_ALLOCATOR.getUsableSize(ptr);
135 if (SCUDO_ALLOCATOR.canReturnNull()) {
143 SCUDO_ALLOCATOR.allocate(size, scudo::Chunk::Origin::Memalign, alignment);
151 if (!SCUDO_ALLOCATOR.canReturnNull())
[all …]
H A Dwrappers_c.cpp25 #define SCUDO_ALLOCATOR Allocator
31 scudo::Allocator<scudo::Config, SCUDO_PREFIX(malloc_postinit)> SCUDO_ALLOCATOR;
35 #undef SCUDO_ALLOCATOR in __scudo_print_stats()
22 #define SCUDO_ALLOCATOR global() macro
28 scudo::Allocator<scudo::Config, SCUDO_PREFIX(malloc_postinit)> SCUDO_ALLOCATOR; global() variable
H A Dwrappers_c_bionic.cpp26 #define SCUDO_ALLOCATOR Allocator macro
31 SCUDO_ALLOCATOR; variable
35 #undef SCUDO_ALLOCATOR