Lines Matching full:realloc
327 // alloc function: realloc (which uses malloc); valloc,
339 DO("realloc" );
505 // - malloc/calloc/realloc/memalign/new/new[];
651 parent->children = VG_(realloc)( "ms.main.acx.2",
1654 // Nb: --ignore-fn is tricky for realloc. If the block's original alloc was
1655 // ignored, but the realloc is not requested to be ignored, and we are
1656 // shrinking the block, then we have to ignore the realloc -- otherwise we
1672 return NULL; // must have been a bogus realloc()
1692 // realloc as well.
1707 // Nb: if realloc fails, NULL is returned but the old block is not
1734 // The realloc itself is ignored.
1744 // malloc_list. If this realloc() did not increase the memory size, we
1746 // because shrinking a block with realloc() is (presumably) much rarer
1757 maybe_take_snapshot(Normal, "realloc");