MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / uriMemoryManagerIsComplete

Function uriMemoryManagerIsComplete

3rd/uriparser/src/UriMemory.c:118–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116
117
118UriBool uriMemoryManagerIsComplete(const UriMemoryManager * memory) {
119 return (memory
120 && memory->malloc
121 && memory->calloc
122 && memory->realloc
123 && memory->reallocarray
124 && memory->free) ? URI_TRUE : URI_FALSE;
125}
126
127
128

Callers 1

uriTestMemoryManagerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected