Home
last modified time | relevance | path

Searched refs:malloc_state (Results 1 – 10 of 10) sorted by relevance

/glibc-2.36/include/
Dmalloc.h8 struct malloc_state;
9 typedef struct malloc_state *mstate;
/glibc-2.36/malloc/
Darena.c159 static inline struct malloc_state *
446 (char *) (heap + 1) : (char *) (heap + 1) + sizeof (struct malloc_state); in dump_heap()
Dmalloc.c1824 struct malloc_state struct
1852 struct malloc_state *next; argument
1856 struct malloc_state *next_free; argument
1920 static struct malloc_state main_arena =
/glibc-2.36/manual/
Dprobes.texi106 arenas. The arena's @code{malloc_state} internal data structure is
/glibc-2.36/ChangeLog.old/
DChangeLog.15758 * malloc/malloc.c (malloc_state): stat_lock_* elements need only
DChangeLog.1012766 (struct malloc_state): Add using_malloc_checking.
12770 (mALLOC_GET_STATe): Use mALLOc to allocate the malloc_state, so
DChangeLog.1714215 (malloc_state): Reduce bins size by 2.
DChangeLog.167863 * malloc/malloc.c (struct malloc_state): Replace max_fast with flags
DChangeLog.1817061 * malloc/malloc.c (struct malloc_state): Define mutex using
24570 * malloc/hooks.c (struct malloc_state): Document that
25606 * malloc/malloc.c (struct malloc_state): Update comments to
27389 * malloc/malloc.c (struct malloc_state): Update comment. Add
59936 (struct malloc_state): Likewise.
92273 (malloc_state): Remove pagesize member. Change all users to use
DChangeLog.1931131 * malloc/malloc.c (malloc_state): Use int for have_fastchunks since
31168 (malloc_state): Add have_fastchunks.