MCPcopy Create free account
hub / github.com/SergeyMakeev/smmalloc / _mi_page_malloc

Function _mi_page_malloc

extern/mimalloc/src/alloc.c:29–34  ·  view source on GitHub ↗

Fast allocation in a page: just pop from the free list. Fall back to generic allocation only if the list is empty.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

page.cFile · 0.85

Calls 3

mi_page_block_sizeFunction · 0.85
mi_unlikelyFunction · 0.85
_mi_malloc_genericFunction · 0.85

Tested by

no test coverage detected