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

/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c1767 /* mstate bit set if continguous morecore disabled or failed */
2451 Except for the top-most segment of an mstate, each segment record
2453 segment records onto the list headed by &mstate.seg for the
2454 containing mstate.
2604 typedef struct malloc_state* mstate; typedef in typeref:struct:malloc_state
2698 static msegmentptr segment_holding(mstate m, char* addr) {
2709 static int has_segment_link(mstate m, msegmentptr ss) {
2771 static void reset_on_error(mstate m);
2808 static void do_check_any_chunk(mstate m, mchunkptr p);
2809 static void do_check_top_chunk(mstate
[all...]

Completed in 13 milliseconds