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

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1937 /* ---------------------------- malloc_state ----------------------------- */
1940 A malloc_state holds all of the bookkeeping for a space.
2022 struct malloc_state { struct
2043 typedef struct malloc_state* mstate;
2045 /* ------------- Global malloc_state and malloc_params ------------------- */
2064 /* The global malloc_state used for all non-"mspace" calls */
2065 static struct malloc_state _gm_;
2353 writes to a static address other than malloc_state, unless static
2354 malloc_state itself has been corrupted, which cannot occur via
2356 believe all pointers, sizes, maps etc held in malloc_state, bu
[all...]

Completed in 124 milliseconds