Lines Matching refs:malloc_state
602 /* ---------------------------- malloc_state ----------------------------- */
605 A malloc_state holds all of the bookkeeping for a space.
687 struct malloc_state {
708 typedef struct malloc_state* mstate;
710 /* ------------- Global malloc_state and malloc_params ------------------- */
727 /* The global malloc_state used for all non-"mspace" calls */
728 //static struct malloc_state _gm_;
1002 writes to a static address other than malloc_state, unless static
1003 malloc_state itself has been corrupted, which cannot occur via
1005 believe all pointers, sizes, maps etc held in malloc_state, but
1410 /* Check all properties of malloc_state. */
2119 size_t msize = pad_request(sizeof(struct malloc_state));
2140 size_t msize = pad_request(sizeof(struct malloc_state));