Searched refs:not_enough_memory (Results 1 – 6 of 6) sorted by relevance
64 not_enough_memory = int(std::errc::not_enough_memory), enumerator
279 MAP_ERR_TO_COND(ERROR_NOT_ENOUGH_MEMORY, not_enough_memory); in mapWindowsError()284 MAP_ERR_TO_COND(ERROR_OUTOFMEMORY, not_enough_memory); in mapWindowsError()
137 return make_error_code(errc::not_enough_memory); in getMemBufferCopyImpl()497 return make_error_code(errc::not_enough_memory); in getOpenFileImpl()
74 not_enough_memory, // ENOMEM183 not_enough_memory = ENOMEM,
253 Err = errorCodeToError(make_error_code(errc::not_enough_memory)); in CopyBuffer()
447 {ERROR_NOT_ENOUGH_MEMORY, errc::not_enough_memory}, in __win_err_to_errc()454 {ERROR_OUTOFMEMORY, errc::not_enough_memory}, in __win_err_to_errc()