Lines Matching full:realloc
326 // alloc function: realloc (which uses malloc); valloc,
338 DO("realloc" );
509 // - malloc/calloc/realloc/memalign/new/new[];
655 parent->children = VG_(realloc)( "ms.main.acx.2",
1658 // Nb: --ignore-fn is tricky for realloc. If the block's original alloc was
1659 // ignored, but the realloc is not requested to be ignored, and we are
1660 // shrinking the block, then we have to ignore the realloc -- otherwise we
1676 return NULL; // must have been a bogus realloc()
1696 // realloc as well.
1711 // Nb: if realloc fails, NULL is returned but the old block is not
1738 // The realloc itself is ignored.
1748 // malloc_list. If this realloc() did not increase the memory size, we
1750 // because shrinking a block with realloc() is (presumably) much rarer
1761 maybe_take_snapshot(Normal, "realloc");