Searched refs:enframe (Results 1 – 4 of 4) sorted by relevance
/third_party/musl/src/malloc/mallocng/ |
D | malloc.c | 337 p = enframe(g, idx, UNIT*size_classes[j]-IB, ctx.mmap_counter); in alloc_group() 463 return enframe(g, idx, n, ctr); in malloc()
|
D | meta.h | 211 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/ |
D | malloc.c | 332 p = enframe(g, idx, UNIT*size_classes[j]-IB, ctx.mmap_counter); in alloc_group() 456 return enframe(g, idx, n, ctr); in malloc()
|
D | meta.h | 211 static inline void *enframe(struct meta *g, int idx, size_t n, int ctr) in enframe() function
|