Searched refs:VKI_ENOMEM (Results 1 – 15 of 15) sorted by relevance
428 return VKI_ENOMEM; in VG_()435 return VKI_ENOMEM; in VG_()
771 case VKI_ENOMEM: return "Cannot allocate memory"; in VG_()
1029 return VG_(mk_SysRes_Error)( VKI_ENOMEM ); in VG_()
872 return VKI_ENOMEM; \
533 #define VKI_ENOMEM ENOMEM macro
1190 #define VKI_ENOMEM 12 /* Out of memory */ macro
285 res = VG_(mk_SysRes_Error)( VKI_ENOMEM ); in do_clone()
258 res = VG_(mk_SysRes_Error)( VKI_ENOMEM ); in do_clone()
231 res = VG_(mk_SysRes_Error)( VKI_ENOMEM ); in do_clone()
225 res = VG_(mk_SysRes_Error)( VKI_ENOMEM ); in do_clone()
192 res = VG_(mk_SysRes_Error)( VKI_ENOMEM ); in do_clone()
257 res = VG_ (mk_SysRes_Error) (VKI_ENOMEM); in do_clone()
498 return VG_(mk_SysRes_Error)( VKI_ENOMEM ); in do_mremap()3481 SET_STATUS_Failure( VKI_ENOMEM ); in PRE()
232 res = VG_(mk_SysRes_Error)( VKI_ENOMEM ); in do_clone()
3646 SET_STATUS_Failure(VKI_ENOMEM); in PRE()3661 if (SUCCESS || ERR == VKI_ENOMEM) { in POST()