Searched refs:perm_malloc (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_mallocfree.h57 // 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/
H A Dm_execontext.c423 new_ec = VG_(perm_malloc)( sizeof(struct _ExeContext)
H A Dm_mallocfree.c226 Addr perm_malloc_current; // first byte free in perm_malloc sb.
227 Addr perm_malloc_limit; // maximum usable byte in perm_malloc sb.
1418 anCCs[n_ccs].cc = "perm_malloc";
2400 void* VG_(perm_malloc) ( SizeT size, Int align ) function
/external/valgrind/main/massif/
H A Dms_main.c590 // 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));

Completed in 414 milliseconds