reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
30 extern const char *SecondaryAllocatorName;
36 SecondaryAllocatorName); 98 MmapOrDieOnFatalError(map_size, SecondaryAllocatorName));projects/compiler-rt/lib/scudo/scudo_allocator.cpp
253 SecondaryAllocatorName = "ScudoSecondary";
projects/compiler-rt/lib/scudo/scudo_allocator_secondary.h 87 uptr ReservedBeg = AddressRange.Init(ReservedSize, SecondaryAllocatorName);