Searched refs:perm_malloc (Results 1 – 4 of 4) sorted by relevance
65 extern void* VG_(perm_malloc) ( SizeT nbytes, Int align );
428 new_ec = VG_(perm_malloc)( sizeof(struct _ExeContext) in record_ExeContext_wrk2()
2603 void* VG_(perm_malloc) ( SizeT size, Int align ) in VG_() argument
587 XPt* xpt = VG_(perm_malloc)(sizeof(XPt), vg_alignof(XPt)); in new_XPt()