MCPcopy Create free account
hub / github.com/catboost/catboost / AbortFromCorruptedAllocator

Function AbortFromCorruptedAllocator

library/cpp/malloc/api/malloc.cpp:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 void AbortFromCorruptedAllocator(const char* errorMessage) {
32 errorMessage = errorMessage ? errorMessage : "<unspecified>";
33 fprintf(stderr, "Allocator error: %s\n", errorMessage);
34 IsAllocatorCorrupted = true;
35 abort();
36 }
37}

Callers 15

AddFreeChunkFunction · 0.85
VerifyMmapResultFunction · 0.85
AllocWithMMapLinuxImplFunction · 0.85
AllocWithMMapFunction · 0.85
LargeBlockAllocFunction · 0.85
DefragmentMemFunction · 0.85
LFAllocImplFunction · 0.85
LFPosixMemalignFunction · 0.85
Y_FORCE_INLINE FreeFunction · 0.85
reallocFunction · 0.85
AbortFromSystemErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected