Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
static inline size_t MEM_ALIGN(size_t value)
79
{
80
return FB_ALIGN(value, ALLOC_ALIGNMENT);
81
}
82
83
84
class MemPool;
Callers
7
hdrSize
Method · 0.85
hdrSize
Method · 0.85
hdrSize
Method · 0.85
getSlot
Method · 0.85
getSlot
Method · 0.85
MemPool
Method · 0.85
newExtent
Method · 0.85
Calls
1
FB_ALIGN
Function · 0.85
Tested by
no test coverage detected