MCPcopy 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

36typedef struct xdr_t xdr_t;
37
38inline UCHAR* XDR_ALLOC(ULONG size)
39{
40 return (UCHAR*) gds__alloc((SLONG) size);
41}
42inline void XDR_FREEA(void* block)
43{
44 gds__free(block);

Callers 1

xdr_stringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected