Home | History | Annotate | Download | only in mpreal

Lines Matching refs:malloc_state

2353 /* ---------------------------- malloc_state ----------------------------- */

2356 A malloc_state holds all of the bookkeeping for a space.
2447 struct malloc_state {
2471 typedef struct malloc_state* mstate;
2473 /* ------------- Global malloc_state and malloc_params ------------------- */
2498 /* The global malloc_state used for all non-"mspace" calls */
2499 static struct malloc_state _gm_;
2843 writes to a static address other than malloc_state, unless static
2844 malloc_state itself has been corrupted, which cannot occur via
2846 believe all pointers, sizes, maps etc held in malloc_state, but
3300 /* Check all properties of malloc_state. */
4017 /* Offset top by embedded malloc_state */
4953 size_t msize = pad_request(sizeof(struct malloc_state));
4979 msize = pad_request(sizeof(struct malloc_state));
4998 msize = pad_request(sizeof(struct malloc_state));
5520 * Extension hook in malloc_state
5562 * Fix malloc_state bitmap array misdeclaration
5593 * Place all internal state in malloc_state