MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / MEM_ALIGN

Function MEM_ALIGN

src/common/classes/alloc.h:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76#define ALLOC_ALIGNMENT 16
77
78static inline size_t MEM_ALIGN(size_t value)
79{
80 return FB_ALIGN(value, ALLOC_ALIGNMENT);
81}
82
83
84class MemPool;

Callers 7

hdrSizeMethod · 0.85
hdrSizeMethod · 0.85
hdrSizeMethod · 0.85
getSlotMethod · 0.85
getSlotMethod · 0.85
MemPoolMethod · 0.85
newExtentMethod · 0.85

Calls 1

FB_ALIGNFunction · 0.85

Tested by

no test coverage detected