HomeSort by relevance Sort by last modified time
    Searched refs:perm_malloc (Results 1 - 4 of 4) sorted by null

  /external/valgrind/include/
pub_tool_mallocfree.h 54 // VG_(perm_malloc) is for allocating small blocks which are
56 // VG_(perm_malloc) returns memory which is (at least) aligned
65 extern void* VG_(perm_malloc) ( SizeT nbytes, Int align );
  /external/valgrind/coregrind/
m_execontext.c 428 new_ec = VG_(perm_malloc)( sizeof(struct _ExeContext)
m_mallocfree.c 225 Addr perm_malloc_current; // first byte free in perm_malloc sb.
226 Addr perm_malloc_limit; // maximum usable byte in perm_malloc sb.
2603 void* VG_(perm_malloc) ( SizeT size, Int align ) function
    [all...]
  /external/valgrind/massif/
ms_main.c 584 // XPts are never freed, so we can use VG_(perm_malloc) to allocate them.
585 // Note that we cannot use VG_(perm_malloc) for the 'children' array, because
587 XPt* xpt = VG_(perm_malloc)(sizeof(XPt), vg_alignof(XPt));
    [all...]

Completed in 1140 milliseconds