Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ XDR_ALLOC
Function
XDR_ALLOC
src/common/xdr.cpp:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
typedef struct xdr_t xdr_t;
37
38
inline UCHAR* XDR_ALLOC(ULONG size)
39
{
40
return (UCHAR*) gds__alloc((SLONG) size);
41
}
42
inline void XDR_FREEA(void* block)
43
{
44
gds__free(block);
Callers
1
xdr_string
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected