Home
last modified time | relevance | path

Searched refs:enframe (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/src/malloc/mallocng/
Dmalloc.c337 p = enframe(g, idx, UNIT*size_classes[j]-IB, ctx.mmap_counter); in alloc_group()
463 return enframe(g, idx, n, ctr); in malloc()
Dmeta.h211 static inline void *enframe(struct meta *g, int idx, size_t n, int ctr) in enframe() function
/third_party/musl/porting/linux/user/src/malloc/mallocng/
Dmalloc.c332 p = enframe(g, idx, UNIT*size_classes[j]-IB, ctx.mmap_counter); in alloc_group()
456 return enframe(g, idx, n, ctr); in malloc()
Dmeta.h211 static inline void *enframe(struct meta *g, int idx, size_t n, int ctr) in enframe() function