Searched refs:malloc_state (Results 1 – 4 of 4) sorted by relevance
65 struct malloc_state; /* forward declaration */66 typedef struct malloc_state *cvmx_arena_list_t;
206 struct malloc_state;207 typedef struct malloc_state *mstate;
182 (char*)(heap + 1) : (char*)(heap + 1) + sizeof(struct malloc_state);212 …ug_printf("heapinfo size: %ld, mstate size: %d\n", sizeof(heap_info), sizeof(struct malloc_state)); in cvmx_new_arena()
2167 struct malloc_state { struct2194 struct malloc_state *next; argument