MCPcopy 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
158static node_t *
159node_remove_first(heap_t *heap) {
160 node_t *node = heap_remove_first(heap);
161 node->magic = 0;
162 return node;
163}
164
165static node_t *
166node_remove_any(heap_t *heap) {

Callers 1

ph.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected