Home | History | Annotate | Download | only in drd

Lines Matching full:malloc

63 /* Record malloc'd blocks. */
87 * malloc() or a malloc() replacement in the hash map.
102 mc = VG_(malloc)("drd.malloc_wrappers.cDC.1", sizeof(DRD_Chunk));
145 /** Wrapper for malloc(). */
173 * - realloc(NULL, size) has the same effect as malloc(size).
278 * a pointer to a block allocated by `malloc' and returns the amount of space
280 * requested from `malloc', due to alignment or minimum size constraints.
365 "malloc/free: in use at exit: %lu bytes in %lu blocks.\n",
368 "malloc/free: %lu allocs, %lu frees, %lu bytes allocated.\n",