MCPcopy 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__)
8namespace pbbs {
9inline void* aligned_alloc(size_t a, size_t n) { return malloc(n); }
10} // namespace pbbs
11#else
12#ifdef USEMALLOC

Callers 5

allocate_blocksMethod · 0.85
allocMethod · 0.85
resizable_tableMethod · 0.85
maybe_resizeMethod · 0.85
sparse_additive_mapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected