Searched refs:AllowNoMem (Results 1 – 2 of 2) sorted by relevance
44 static void *allocateVmar(uptr Size, MapPlatformData *Data, bool AllowNoMem) { in allocateVmar() argument54 if (Status != ZX_ERR_NO_MEMORY || !AllowNoMem) in allocateVmar()64 const bool AllowNoMem = !!(Flags & MAP_ALLOWNOMEM); in map() local68 return allocateVmar(Size, Data, AllowNoMem); in map()85 if (Status != ZX_ERR_NO_MEMORY || !AllowNoMem) in map()93 if (Status != ZX_ERR_NO_MEMORY || !AllowNoMem) in map()111 if (Status != ZX_ERR_NO_MEMORY || !AllowNoMem) in map()132 if (Status != ZX_ERR_NO_MEMORY || !AllowNoMem) in map()
107 const bool AllowNoMem = !!(Flags & MAP_ALLOWNOMEM); in mapImpl() local114 if (AllowNoMem && IsNoMemError(Status)) in mapImpl()129 if (AllowNoMem && IsNoMemError(Status)) { in mapImpl()182 const bool AllowNoMem = !!(Flags & MAP_ALLOWNOMEM); in remapImpl() local200 if (AllowNoMem && IsNoMemError(Status)) in remapImpl()234 const bool AllowNoMem = !!(Flags & MAP_ALLOWNOMEM); in createImpl() local240 if (AllowNoMem && IsNoMemError(Status)) in createImpl()