Searched refs:prof_recent_alloc_list (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/jemalloc/src/ |
| H A D | prof_recent.c | 14 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 D | prof_recent.h | 15 extern prof_recent_list_t prof_recent_alloc_list;
|
| /src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/ |
| H A D | private_namespace.h | 569 #define prof_recent_alloc_list JEMALLOC_N(prof_recent_alloc_list) macro
|