reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/compiler-rt/lib/scudo/scudo_allocator.h
  113 void *scudoAllocate(uptr Size, uptr Alignment, AllocType Type);

References

projects/compiler-rt/lib/scudo/scudo_malloc.cpp
   28   return scudoAllocate(size, 0, FromMalloc);
   54   return scudoAllocate(size, alignment, FromMemalign);