Searched refs:SCUDO_ALLOCATOR (Results 1 – 3 of 3) sorted by relevance
54 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 …]
25 #define SCUDO_ALLOCATOR Allocator macro31 scudo::Allocator<scudo::Config, SCUDO_PREFIX(malloc_postinit)> SCUDO_ALLOCATOR; variable35 #undef SCUDO_ALLOCATOR
26 #define SCUDO_ALLOCATOR Allocator macro31 SCUDO_ALLOCATOR; variable35 #undef SCUDO_ALLOCATOR