Lines Matching refs:dieWithMessage
122 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()
474 dieWithMessage("ERROR: invalid chunk type when reallocating address %p\n", in reallocate()