Searched refs:malloc_state (Results 1 – 10 of 10) sorted by relevance
8 struct malloc_state;9 typedef struct malloc_state *mstate;
159 static inline struct malloc_state *446 (char *) (heap + 1) : (char *) (heap + 1) + sizeof (struct malloc_state); in dump_heap()
1824 struct malloc_state struct1852 struct malloc_state *next; argument1856 struct malloc_state *next_free; argument1920 static struct malloc_state main_arena =
106 arenas. The arena's @code{malloc_state} internal data structure is
758 * malloc/malloc.c (malloc_state): stat_lock_* elements need only
12766 (struct malloc_state): Add using_malloc_checking.12770 (mALLOC_GET_STATe): Use mALLOc to allocate the malloc_state, so
14215 (malloc_state): Reduce bins size by 2.
7863 * malloc/malloc.c (struct malloc_state): Replace max_fast with flags
17061 * malloc/malloc.c (struct malloc_state): Define mutex using24570 * malloc/hooks.c (struct malloc_state): Document that25606 * malloc/malloc.c (struct malloc_state): Update comments to27389 * malloc/malloc.c (struct malloc_state): Update comment. Add59936 (struct malloc_state): Likewise.92273 (malloc_state): Remove pagesize member. Change all users to use
31131 * malloc/malloc.c (malloc_state): Use int for have_fastchunks since31168 (malloc_state): Add have_fastchunks.