Home
last modified time | relevance | path

Searched refs:prof_recent_alloc_list (Results 1 – 3 of 3) sorted by relevance

/src/contrib/jemalloc/src/
H A Dprof_recent.c14 prof_recent_list_t prof_recent_alloc_list; variable
253 if (ql_empty(&prof_recent_alloc_list)) { in prof_recent_alloc_is_empty()
270 ql_foreach(n, &prof_recent_alloc_list, link) { in prof_recent_alloc_assert_count()
341 prof_recent_t *head = ql_first(&prof_recent_alloc_list); in prof_recent_alloc()
346 ql_rotate(&prof_recent_alloc_list, link); in prof_recent_alloc()
355 ql_tail_insert(&prof_recent_alloc_list, reserve, link); in prof_recent_alloc()
363 prof_recent_t *tail = ql_last(&prof_recent_alloc_list, link); in prof_recent_alloc()
424 ql_foreach(node, &prof_recent_alloc_list, link) { in prof_recent_alloc_restore_locked()
433 ql_move(to_delete, &prof_recent_alloc_list); in prof_recent_alloc_restore_locked()
438 ql_split(to_delete, node, &prof_recent_alloc_list, link); in prof_recent_alloc_restore_locked()
[all …]
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_recent.h15 extern prof_recent_list_t prof_recent_alloc_list;
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h569 #define prof_recent_alloc_list JEMALLOC_N(prof_recent_alloc_list) macro