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

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1411 /* mstate bit set if continguous morecore disabled or failed */
1906 Except for the top-most segment of an mstate, each segment record
1908 segment records onto the list headed by &mstate.seg for the
1909 containing mstate.
2043 typedef struct malloc_state* mstate; typedef in typeref:struct:malloc_state
2108 static msegmentptr segment_holding(mstate m, char* addr) {
2119 static int has_segment_link(mstate m, msegmentptr ss) {
2185 static void reset_on_error(mstate m);
2221 static void do_check_any_chunk(mstate m, mchunkptr p);
2222 static void do_check_top_chunk(mstate
[all...]

Completed in 605 milliseconds