Lines Matching full:malloc
88 // than a certain size! Because: "linux's malloc allows to set a
116 n1: 5 (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
158 100.00% (5B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
185 #include "valgrind.h" // For {MALLOC,FREE}LIKE_BLOCK
194 // call tree beneath all the allocation functions like malloc().
312 alloc_fns = VG_(newXA)(VG_(malloc), "ms.main.iaf.1",
327 // alloc function: realloc (which uses malloc); valloc,
331 DO("malloc" );
359 ignore_fns = VG_(newXA)(VG_(malloc), "ms.main.iif.1",
505 // - malloc/calloc/realloc/memalign/new/new[];
523 // / | \ also calls parent(), and parent() calls malloc(),
590 // Fake XPt representing all allocation functions like malloc(). Acts as
646 parent->children = VG_(malloc)( "ms.main.acx.1",
715 sxpt = VG_(malloc)("ms.main.dX.1", sizeof(SXPt));
726 sxpt->Sig.children = VG_(malloc)("ms.main.dX.2",
746 SXPt* insig_sxpt = VG_(malloc)("ms.main.dX.3", sizeof(SXPt));
897 // first entry (which presumably will be something like malloc or
1543 HP_Chunk* hc = VG_(malloc)("ms.main.rb.1", sizeof(HP_Chunk));
1691 // The original malloc was ignored, so we have to ignore the
1772 //--- malloc() et al replacement wrappers ---//
2171 : "(heap allocation functions) malloc/new/new[], --alloc-fns, etc."
2293 Char* depth_str = VG_(malloc)("ms.main.pps.1",
2484 // If --pages-as-heap=yes we don't want malloc replacement to occur. So we
2555 snapshots = VG_(malloc)("ms.main.mpoci.1",
2602 malloc_list = VG_(HT_construct)( "Massif's malloc list" );
2612 args_for_massif = VG_(newXA)(VG_(malloc), "ms.main.mprci.1",