Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Djemalloc_cpp.cpp44 handleOOM(std::size_t size, bool nothrow) { in handleOOM() argument
69 if (ptr == nullptr && !nothrow) in handleOOM()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/
H A Djemalloc_macros.h.in74 # define JEMALLOC_NOTHROW __declspec(nothrow)
106 # define JEMALLOC_NOTHROW JEMALLOC_ATTR(nothrow)