Home
last modified time | relevance | path

Searched refs:dieWithMessage (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp122 dieWithMessage("ERROR: corrupted chunk header at address %p\n", this); in loadHeader()
149 dieWithMessage("ERROR: race on chunk header at address %p\n", this); in compareExchangeHeader()
214 dieWithMessage("ERROR: invalid chunk state when recycling address %p\n", in Recycle()
301 dieWithMessage("ERROR: the maximum possible offset doesn't fit in the " in init()
321 dieWithMessage("ERROR: malloc alignment is not a power of 2\n"); in allocate()
386 dieWithMessage("ERROR: attempted to deallocate a chunk not properly " in deallocate()
394 dieWithMessage("ERROR: invalid chunk state when deallocating address " in deallocate()
405 dieWithMessage("ERROR: allocation type mismatch on address %p\n", in deallocate()
413 dieWithMessage("ERROR: invalid sized delete on chunk at address %p\n", in deallocate()
442 dieWithMessage("ERROR: attempted to size a non-allocated chunk at " in getUsableSize()
[all …]
Dscudo_flags.cpp64 dieWithMessage("ERROR: the quarantine size is too large\n"); in initFlags()
72 dieWithMessage("ERROR: the per thread quarantine cache size is too " in initFlags()
Dscudo_utils.cpp36 void dieWithMessage(const char *Format, ...) { in dieWithMessage() function
129 dieWithMessage("ERROR: failed to read enough data from /dev/urandom.\n"); in Xorshift128Plus()
Dscudo_utils.h31 void dieWithMessage(const char *Format, ...);