Home
last modified time | relevance | path

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

/external/valgrind/include/
Dpub_tool_mallocfree.h65 extern void* VG_(perm_malloc) ( SizeT nbytes, Int align );
/external/valgrind/coregrind/
Dm_execontext.c428 new_ec = VG_(perm_malloc)( sizeof(struct _ExeContext) in record_ExeContext_wrk2()
Dm_mallocfree.c2603 void* VG_(perm_malloc) ( SizeT size, Int align ) in VG_() argument
/external/valgrind/massif/
Dms_main.c587 XPt* xpt = VG_(perm_malloc)(sizeof(XPt), vg_alignof(XPt)); in new_XPt()