MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / mi_new_n

Function mi_new_n

3rd/mimalloc-2.0.9/src/alloc.c:965–967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

963}
964
965mi_decl_nodiscard mi_decl_restrict void* mi_new_n(size_t count, size_t size) {
966 return mi_heap_alloc_new_n(mi_get_default_heap(), size, count);
967}
968
969
970mi_decl_nodiscard mi_decl_restrict void* mi_new_nothrow(size_t size) mi_attr_noexcept {

Callers 1

allocateMethod · 0.85

Calls 2

mi_heap_alloc_new_nFunction · 0.85
mi_get_default_heapFunction · 0.85

Tested by

no test coverage detected