reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
348 void *NewPtr = allocate(NewSize, Chunk::Origin::Malloc, Alignment);
projects/compiler-rt/lib/scudo/standalone/wrappers_c.inc29 return scudo::setErrnoOnNull(SCUDO_ALLOCATOR.allocate( 56 return scudo::setErrnoOnNull(SCUDO_ALLOCATOR.allocate( 86 return SCUDO_ALLOCATOR.allocate(size, scudo::Chunk::Origin::Memalign, 98 SCUDO_ALLOCATOR.allocate(size, scudo::Chunk::Origin::Memalign, alignment); 115 return scudo::setErrnoOnNull(SCUDO_ALLOCATOR.allocate( 122 return scudo::setErrnoOnNull(SCUDO_ALLOCATOR.allocate( 133 return scudo::setErrnoOnNull(SCUDO_ALLOCATOR.allocate( 179 SCUDO_ALLOCATOR.allocate(size, scudo::Chunk::Origin::Malloc, alignment));projects/compiler-rt/lib/scudo/standalone/wrappers_cpp.cpp
26 return AllocatorPtr->allocate(size, scudo::Chunk::Origin::New); 29 return AllocatorPtr->allocate(size, scudo::Chunk::Origin::NewArray); 33 return AllocatorPtr->allocate(size, scudo::Chunk::Origin::New); 37 return AllocatorPtr->allocate(size, scudo::Chunk::Origin::NewArray); 40 return AllocatorPtr->allocate(size, scudo::Chunk::Origin::New, 44 return AllocatorPtr->allocate(size, scudo::Chunk::Origin::NewArray, 49 return AllocatorPtr->allocate(size, scudo::Chunk::Origin::New, 54 return AllocatorPtr->allocate(size, scudo::Chunk::Origin::NewArray,