search for: __malloc_ptr_t

Displaying 1 result from an estimated 1 matches for "__malloc_ptr_t".

2006 Apr 04
0
Need help debugging (long)
...ans; (gdb) 44 while (transp != NULL) (gdb) 55 if (!(drunp->__flags & __GCONV_IS_LAST) && drunp->__outbuf != NULL) (gdb) 56 free (drunp->__outbuf); (gdb) *__GI___libc_free (mem=0x8412aa8) at malloc.c:3413 3413 { (gdb) 3417 void (*hook) (__malloc_ptr_t, __const __malloc_ptr_t) = __free_hook; (gdb) 3418 if (hook != NULL) { (gdb) 3423 if (mem == 0) /* free(0) has no effect */ (gdb) 3426 p = mem2chunk(mem); (gdb) 3429 if (chunk_is_mmapped(p)) /* release mmapped memory. */ (gdb) 3...