Lines Matching refs:malloc_state
2482 /* ---------------------------- malloc_state ----------------------------- */
2485 A malloc_state holds all of the bookkeeping for a space.
2579 struct malloc_state {
2604 typedef struct malloc_state* mstate;
2606 /* ------------- Global malloc_state and malloc_params ------------------- */
2631 /* The global malloc_state used for all non-"mspace" calls */
2632 static struct malloc_state _gm_;
2985 writes to a static address other than malloc_state, unless static
2986 malloc_state itself has been corrupted, which cannot occur via
2988 believe all pointers, sizes, maps etc held in malloc_state, but
3468 /* Check all properties of malloc_state. */
4213 /* Offset top by embedded malloc_state */
5424 size_t msize = pad_request(sizeof(struct malloc_state));
5450 msize = pad_request(sizeof(struct malloc_state));
5469 msize = pad_request(sizeof(struct malloc_state));
6127 * Extension hook in malloc_state
6169 * Fix malloc_state bitmap array misdeclaration
6200 * Place all internal state in malloc_state