Searched refs:DMALLOC_ERROR_ALREADY_FREE (Results 1 – 3 of 3) sorted by relevance
63 #define DMALLOC_ERROR_ALREADY_FREE 61 /* already in free list */ macro113 { DMALLOC_ERROR_ALREADY_FREE, "tried to free previously freed pointer" },
2429 dmalloc_errno = DMALLOC_ERROR_ALREADY_FREE; in _dmalloc_chunk_free()2445 dmalloc_errno = DMALLOC_ERROR_ALREADY_FREE; in _dmalloc_chunk_free()
2774 else if (dmalloc_errno != DMALLOC_ERROR_ALREADY_FREE) { in check_special()2836 else if (dmalloc_errno != DMALLOC_ERROR_ALREADY_FREE) { in check_special()