Home
last modified time | relevance | path

Searched refs:alloc_slot (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/src/malloc/mallocng/
H A Dmalloc.c239 static int alloc_slot(int, size_t);
331 int idx = alloc_slot(j, UNIT+cnt*size-IB); in alloc_group()
356 static int alloc_slot(int sc, size_t req) in alloc_slot() function
453 idx = alloc_slot(sc, n); in malloc()
/third_party/musl/porting/linux/user/src/malloc/mallocng/
H A Dmalloc.c236 static int alloc_slot(int, size_t);
326 int idx = alloc_slot(j, UNIT+cnt*size-IB); in alloc_group()
351 static int alloc_slot(int sc, size_t req) in alloc_slot() function
446 idx = alloc_slot(sc, n); in malloc()

Completed in 2 milliseconds