Home
last modified time | relevance | path

Searched refs:DMALLOC_ERROR_ALREADY_FREE (Results 1 – 3 of 3) sorted by relevance

/dports/devel/dmalloc/dmalloc-5.6.5/
H A Derror_val.h63 #define DMALLOC_ERROR_ALREADY_FREE 61 /* already in free list */ macro
113 { DMALLOC_ERROR_ALREADY_FREE, "tried to free previously freed pointer" },
H A Dchunk.c2429 dmalloc_errno = DMALLOC_ERROR_ALREADY_FREE; in _dmalloc_chunk_free()
2445 dmalloc_errno = DMALLOC_ERROR_ALREADY_FREE; in _dmalloc_chunk_free()
H A Ddmalloc_t.c2774 else if (dmalloc_errno != DMALLOC_ERROR_ALREADY_FREE) { in check_special()
2836 else if (dmalloc_errno != DMALLOC_ERROR_ALREADY_FREE) { in check_special()