Searched refs:_trace_head (Results 1 – 1 of 1) sorted by relevance
124 static rt_page_t _trace_head; variable133 _trace_head = NULL; in rt_page_leak_trace_start()141 rt_page_t page = _trace_head; in _collect()177 if (_trace_head == NULL) in _trace_alloc()179 _trace_head = page; in _trace_alloc()183 _trace_head->tl_prev = page; in _trace_alloc()184 page->tl_next = _trace_head; in _trace_alloc()185 _trace_head = page; in _trace_alloc()223 if (page == _trace_head) in _trace_free()224 _trace_head = page->tl_next; in _trace_free()
Completed in 15 milliseconds