Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ParAlg/gbbs
/ aligned_alloc
Function
aligned_alloc
pbbslib/alloc.h:9–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
#if defined(__APPLE__)
8
namespace pbbs {
9
inline void* aligned_alloc(size_t a, size_t n) { return malloc(n); }
10
} // namespace pbbs
11
#else
12
#ifdef USEMALLOC
Callers
5
allocate_blocks
Method · 0.85
alloc
Method · 0.85
resizable_table
Method · 0.85
maybe_resize
Method · 0.85
sparse_additive_map
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected