MCPcopy Create free account
hub / github.com/EIPStackGroup/OpENer / CallocDeallocator

Function CallocDeallocator

source/tests/utils/doublylinkedlistTests.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void CallocDeallocator(DoublyLinkedListNode **node) {
28 free(*node);
29 *node = NULL;
30}
31
32DoublyLinkedListNode *ArrayAllocator() {
33 for(size_t i = 0; i < kNodesAmount; ++i) {

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected