Home
last modified time | relevance | path

Searched defs:big_malloc (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c102 #define big_malloc(size) kmem_alloc(size, KM_NOSLEEP) macro
128 #define big_malloc(size) malloc(size) macro
141 big_malloc(size_t size) in big_malloc() function