Home | History | Annotate | Download | only in src

Lines Matching refs:malloc_state

1989 /* ---------------------------- malloc_state ----------------------------- */
1992 A malloc_state holds all of the bookkeeping for a space.
2074 struct malloc_state {
2095 typedef struct malloc_state* mstate;
2097 /* ------------- Global malloc_state and malloc_params ------------------- */
2116 /* The global malloc_state used for all non-"mspace" calls */
2117 static struct malloc_state _gm_;
2405 writes to a static address other than malloc_state, unless static
2406 malloc_state itself has been corrupted, which cannot occur via
2408 believe all pointers, sizes, maps etc held in malloc_state, but
2855 /* Check all properties of malloc_state. */
3562 /* Offset top by embedded malloc_state */
4474 size_t msize = pad_request(sizeof(struct malloc_state));
4495 size_t msize = pad_request(sizeof(struct malloc_state));
4514 size_t msize = pad_request(sizeof(struct malloc_state));
5026 * Fix malloc_state bitmap array misdeclaration
5057 * Place all internal state in malloc_state