MCPcopy Create free account
hub / github.com/GJDuck/e9patch / alloc

Function alloc

src/e9patch/e9alloc.cpp:417–424  ·  view source on GitHub ↗

* Allocate a node. */

Source from the content-addressed store, hash-verified

415 * Allocate a node.
416 */
417static Node *alloc()
418{
419 Node *n = new Node;
420 n->alloc.T = nullptr;
421 n->alloc.I = nullptr;
422 n->alloc.entry = 0;
423 return n;
424}
425
426/*
427 * Allocate and initialize a new interval tree node.

Callers 1

nodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected