Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dsparse_array.c174 static ossl_inline void **alloc_node(void) in alloc_node() function
193 p = alloc_node(); in ossl_sa_set()
205 if (p[i] == NULL && (p[i] = alloc_node()) == NULL) in ossl_sa_set()
/freebsd/contrib/jemalloc/src/
H A Dprof.c2636 prof_alloc_node_t *alloc_node = log_alloc_first; prof_log_emit_allocs() local