Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ failingReallocarray
Function
failingReallocarray
3rd/uriparser/test/MemoryManagerSuite.cpp:121–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
120
121
static void * failingReallocarray(UriMemoryManager * memory, void * ptr, size_t nmemb, size_t size) {
122
return uriEmulateReallocarray(memory, ptr, nmemb, size);
123
}
124
125
126
Callers
nothing calls this directly
Calls
1
uriEmulateReallocarray
Function · 0.85
Tested by
no test coverage detected