Home
last modified time | relevance | path

Searched defs:phead (Results 1 – 1 of 1) sorted by relevance

/external/musl/src/malloc/mallocng/
Dmeta.h75 static inline void queue(struct meta **phead, struct meta *m) in queue()
90 static inline void dequeue(struct meta **phead, struct meta *m) in dequeue()
102 static inline struct meta *dequeue_head(struct meta **phead) in dequeue_head()