MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / dlmemalign

Function dlmemalign

dlmalloc/dlmalloc.c:4641–4643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4639}
4640
4641void* dlmemalign(size_t alignment, size_t bytes) {
4642 return internal_memalign(gm, alignment, bytes);
4643}
4644
4645void** dlindependent_calloc(size_t n_elements, size_t elem_size,
4646 void* chunks[]) {

Callers 2

dlvallocFunction · 0.85
dlpvallocFunction · 0.85

Calls 1

internal_memalignFunction · 0.85

Tested by

no test coverage detected