Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
void CallocDeallocator(DoublyLinkedListNode **node) {
28
free(*node);
29
*node = NULL;
30
}
31
32
DoublyLinkedListNode *ArrayAllocator() {
33
for(size_t i = 0; i < kNodesAmount; ++i) {
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected