Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/
H A DFREEBSD-diffs418 +#define ALLOCM_ERR_NOT_MOVED 2
447 + ret = (usize >= size) ? ALLOCM_SUCCESS : ALLOCM_ERR_NOT_MOVED;
498 +#undef ALLOCM_ERR_NOT_MOVED
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c3749 #define ALLOCM_ERR_NOT_MOVED 2 macro
3778 ret = (usize >= size) ? ALLOCM_SUCCESS : ALLOCM_ERR_NOT_MOVED; in je_rallocm()
3829 #undef ALLOCM_ERR_NOT_MOVED