Home
last modified time | relevance | path

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

/malloc/
A Dtst-mallocstate.c60 static size_t *next_heap_chunk; variable
119 if (next_heap_chunk == NULL) in dumped_heap_alloc()
124 next_heap_chunk = dumped_heap + 1; in dumped_heap_alloc()
129 *next_heap_chunk = chunk_size; in dumped_heap_alloc()
132 void *result = next_heap_chunk + 1; in dumped_heap_alloc()
133 next_heap_chunk += chunk_size / sizeof (size_t); in dumped_heap_alloc()
136 *next_heap_chunk = 1; in dumped_heap_alloc()
302 save_state.av[2] = (void *) (next_heap_chunk - 1); in init_heap()

Completed in 4 milliseconds