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

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

Completed in 65 milliseconds