Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ node_remove_first
Function
node_remove_first
app/redis-6.2.6/deps/jemalloc/test/unit/ph.c:158–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
static node_t *
159
node_remove_first(heap_t *heap) {
160
node_t *node = heap_remove_first(heap);
161
node->magic = 0;
162
return node;
163
}
164
165
static node_t *
166
node_remove_any(heap_t *heap) {
Callers
1
ph.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected