Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map_fuchsia.cpp88 static bool IsNoMemError(zx_status_t Status) { in IsNoMemError() function
114 if (AllowNoMem && IsNoMemError(Status)) in mapImpl()
129 if (AllowNoMem && IsNoMemError(Status)) { in mapImpl()
200 if (AllowNoMem && IsNoMemError(Status)) in remapImpl()
240 if (AllowNoMem && IsNoMemError(Status)) in createImpl()