OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:log_alloc_first
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/jemalloc/dist/src/
prof_log.c
103
static prof_alloc_node_t *
log_alloc_first
= NULL;
variable
270
if (
log_alloc_first
== NULL) {
271
log_alloc_first
= new_node;
327
prof_alloc_node_t *node =
log_alloc_first
;
385
prof_alloc_node_t *node =
log_alloc_first
;
548
prof_alloc_node_t *alloc_node =
log_alloc_first
;
687
log_alloc_first
= NULL;
Completed in 23 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026