MCPcopy Create free account
hub / github.com/F-Stack/f-stack / bootstrap_malloc

Function bootstrap_malloc

app/redis-6.2.6/deps/jemalloc/src/jemalloc.c:259–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257 */
258
259void *
260bootstrap_malloc(size_t size) {
261 if (unlikely(size == 0)) {
262 size = 1;
263 }
264
265 return a0ialloc(size, false, false);
266}
267
268void *
269bootstrap_calloc(size_t num, size_t size) {

Callers

nothing calls this directly

Calls 1

a0iallocFunction · 0.85

Tested by

no test coverage detected