Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/malloc/mallocng/
Dmeta.h117 static inline struct meta *dequeue_head(struct meta **phead) in dequeue_head() function
Dmalloc.c112 if ((m = dequeue_head(&ctx.free_meta_head))) return m; in alloc_meta()
/third_party/musl/src/malloc/mallocng/
Dmeta.h117 static inline struct meta *dequeue_head(struct meta **phead) in dequeue_head() function
Dmalloc.c114 if ((m = dequeue_head(&ctx.free_meta_head))) return m; in alloc_meta()