Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/jemalloc/src/
H A Dprof.c2636 prof_alloc_node_t *alloc_node = log_alloc_first; in prof_log_emit_allocs() local
2638 while (alloc_node != NULL) { in prof_log_emit_allocs()
2642 &alloc_node->alloc_thr_ind); in prof_log_emit_allocs()
2645 &alloc_node->free_thr_ind); in prof_log_emit_allocs()
2648 &alloc_node->alloc_bt_ind); in prof_log_emit_allocs()
2651 &alloc_node->free_bt_ind); in prof_log_emit_allocs()
2654 emitter_type_uint64, &alloc_node->alloc_time_ns); in prof_log_emit_allocs()
2657 &alloc_node->free_time_ns); in prof_log_emit_allocs()
2660 &alloc_node->usize); in prof_log_emit_allocs()
2664 alloc_old_node = alloc_node; in prof_log_emit_allocs()
[all …]