Searched refs:SCUDO_ALLOCATOR (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | wrappers_c.inc | 25 if (SCUDO_ALLOCATOR.canReturnNull()) { 31 return scudo::setErrnoOnNull(SCUDO_ALLOCATOR.allocate( 36 SCUDO_ALLOCATOR.deallocate(ptr, scudo::Chunk::Origin::Malloc); 42 SCUDO_ALLOCATOR.getStats(Stats); 58 return scudo::setErrnoOnNull(SCUDO_ALLOCATOR.allocate( 67 return SCUDO_ALLOCATOR.getUsableSize(ptr); 81 if (SCUDO_ALLOCATOR.canReturnNull()) { 88 return SCUDO_ALLOCATOR.allocate(size, scudo::Chunk::Origin::Memalign, 95 if (!SCUDO_ALLOCATOR.canReturnNull()) 100 SCUDO_ALLOCATOR.allocate(size, scudo::Chunk::Origin::Memalign, alignment); [all …]
|
D | wrappers_c_bionic.cpp | 23 #define SCUDO_ALLOCATOR Allocator macro 27 SCUDO_ALLOCATOR; variable 31 #undef SCUDO_ALLOCATOR 36 #define SCUDO_ALLOCATOR SvelteAllocator macro 41 SCUDO_ALLOCATOR; variable 45 #undef SCUDO_ALLOCATOR
|
D | wrappers_c.cpp | 22 #define SCUDO_ALLOCATOR Allocator macro 29 scudo::Allocator<scudo::Config, SCUDO_PREFIX(malloc_postinit)> SCUDO_ALLOCATOR; variable 33 #undef SCUDO_ALLOCATOR
|
/external/scudo/standalone/ |
D | wrappers_c.inc | 25 if (SCUDO_ALLOCATOR.canReturnNull()) { 31 return scudo::setErrnoOnNull(SCUDO_ALLOCATOR.allocate( 36 SCUDO_ALLOCATOR.deallocate(ptr, scudo::Chunk::Origin::Malloc); 42 SCUDO_ALLOCATOR.getStats(Stats); 58 return scudo::setErrnoOnNull(SCUDO_ALLOCATOR.allocate( 67 return SCUDO_ALLOCATOR.getUsableSize(ptr); 81 if (SCUDO_ALLOCATOR.canReturnNull()) { 88 return SCUDO_ALLOCATOR.allocate(size, scudo::Chunk::Origin::Memalign, 95 if (!SCUDO_ALLOCATOR.canReturnNull()) 100 SCUDO_ALLOCATOR.allocate(size, scudo::Chunk::Origin::Memalign, alignment); [all …]
|
D | wrappers_c_bionic.cpp | 23 #define SCUDO_ALLOCATOR Allocator macro 28 SCUDO_ALLOCATOR; variable 32 #undef SCUDO_ALLOCATOR 37 #define SCUDO_ALLOCATOR SvelteAllocator macro 43 SCUDO_ALLOCATOR; variable 47 #undef SCUDO_ALLOCATOR
|
D | wrappers_c.cpp | 22 #define SCUDO_ALLOCATOR Allocator macro 30 scudo::Allocator<scudo::Config, SCUDO_PREFIX(malloc_postinit)> SCUDO_ALLOCATOR; variable 34 #undef SCUDO_ALLOCATOR
|