MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / node_remove

Function node_remove

deps/jemalloc/test/unit/ph.c:149–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 assert_ptr_null(heap_any(&heap), "Unexpected node");
148}
149TEST_END
150
151static void
152node_remove(heap_t *heap, node_t *node) {
153 heap_remove(heap, node);
154
155 node->magic = 0;
156}
157
158static node_t *
159node_remove_first(heap_t *heap) {

Callers 1

ph.cFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected