Home | History | Annotate | Download | only in src

Lines Matching refs:malloc_state

1984 /* ---------------------------- malloc_state ----------------------------- */
1987 A malloc_state holds all of the bookkeeping for a space.
2069 struct malloc_state {
2090 typedef struct malloc_state* mstate;
2092 /* ------------- Global malloc_state and malloc_params ------------------- */
2111 /* The global malloc_state used for all non-"mspace" calls */
2112 static struct malloc_state _gm_;
2400 writes to a static address other than malloc_state, unless static
2401 malloc_state itself has been corrupted, which cannot occur via
2403 believe all pointers, sizes, maps etc held in malloc_state, but
2850 /* Check all properties of malloc_state. */
3557 /* Offset top by embedded malloc_state */
4469 size_t msize = pad_request(sizeof(struct malloc_state));
4490 size_t msize = pad_request(sizeof(struct malloc_state));
4509 size_t msize = pad_request(sizeof(struct malloc_state));
5021 * Fix malloc_state bitmap array misdeclaration
5052 * Place all internal state in malloc_state