Searched refs:malloc_state (Results 1 - 3 of 3) sorted by relevance

/external/eigen/unsupported/test/mpreal/
H A Ddlmalloc.c2353 /* ---------------------------- malloc_state ----------------------------- */
2356 A malloc_state holds all of the bookkeeping for a space.
2447 struct malloc_state { struct
2471 typedef struct malloc_state* mstate;
2473 /* ------------- Global malloc_state and malloc_params ------------------- */
2498 /* The global malloc_state used for all non-"mspace" calls */
2499 static struct malloc_state _gm_;
2843 writes to a static address other than malloc_state, unless static
2844 malloc_state itself has been corrupted, which cannot occur via
2846 believe all pointers, sizes, maps etc held in malloc_state, bu
[all...]
/external/libffi/src/
H A Ddlmalloc.c1927 /* ---------------------------- malloc_state ----------------------------- */
1930 A malloc_state holds all of the bookkeeping for a space.
2012 struct malloc_state { struct
2033 typedef struct malloc_state* mstate;
2035 /* ------------- Global malloc_state and malloc_params ------------------- */
2054 /* The global malloc_state used for all non-"mspace" calls */
2055 static struct malloc_state _gm_;
2343 writes to a static address other than malloc_state, unless static
2344 malloc_state itself has been corrupted, which cannot occur via
2346 believe all pointers, sizes, maps etc held in malloc_state, bu
[all...]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1937 /* ---------------------------- malloc_state ----------------------------- */
1940 A malloc_state holds all of the bookkeeping for a space.
2022 struct malloc_state { struct
2043 typedef struct malloc_state* mstate;
2045 /* ------------- Global malloc_state and malloc_params ------------------- */
2064 /* The global malloc_state used for all non-"mspace" calls */
2065 static struct malloc_state _gm_;
2353 writes to a static address other than malloc_state, unless static
2354 malloc_state itself has been corrupted, which cannot occur via
2356 believe all pointers, sizes, maps etc held in malloc_state, bu
[all...]

Completed in 86 milliseconds