Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ XDR_FREEA
Function
XDR_FREEA
src/common/xdr.cpp:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
return (UCHAR*) gds__alloc((SLONG) size);
41
}
42
inline void XDR_FREEA(void* block)
43
{
44
gds__free(block);
45
}
46
47
#ifdef DEBUG_XDR_MEMORY
48
inline void DEBUG_XDR_ALLOC(xdr_t* xdrs, const void* xdrvar, const void* addr, ULONG len)
Callers
1
xdr_string
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected