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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c2543 /* ---------------------------- malloc_state ----------------------------- */
2546 A malloc_state holds all of the bookkeeping for a space.
2640 struct malloc_state { struct
2665 typedef struct malloc_state* mstate;
2667 /* ------------- Global malloc_state and malloc_params ------------------- */
2692 /* The global malloc_state used for all non-"mspace" calls */
2693 static struct malloc_state _gm_;
3044 writes to a static address other than malloc_state, unless static
3045 malloc_state itself has been corrupted, which cannot occur via
3047 believe all pointers, sizes, maps etc held in malloc_state, bu
[all...]

Completed in 43 milliseconds