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

Function dlvalloc

dlmalloc/dlmalloc.c:4656–4661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4654}
4655
4656void* dlvalloc(size_t bytes) {
4657 size_t pagesz;
4658 init_mparams();
4659 pagesz = mparams.page_size;
4660 return dlmemalign(pagesz, bytes);
4661}
4662
4663void* dlpvalloc(size_t bytes) {
4664 size_t pagesz;

Callers

nothing calls this directly

Calls 2

init_mparamsFunction · 0.85
dlmemalignFunction · 0.85

Tested by

no test coverage detected