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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c1805 /* mstate bit set if continguous morecore disabled or failed */
2512 Except for the top-most segment of an mstate, each segment record
2514 segment records onto the list headed by &mstate.seg for the
2515 containing mstate.
2665 typedef struct malloc_state* mstate; typedef in typeref:struct:malloc_state
2759 static msegmentptr segment_holding(mstate m, char* addr) {
2770 static int has_segment_link(mstate m, msegmentptr ss) {
2832 static void reset_on_error(mstate m);
2869 static void do_check_any_chunk(mstate m, mchunkptr p);
2870 static void do_check_top_chunk(mstate
[all...]

Completed in 41 milliseconds