Searched refs:global_free_list (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libcilkrts/runtime/
H A Dframe_malloc.h91 struct free_list *global_free_list[FRAME_MALLOC_NBUCKETS]; member in struct:__cilkrts_frame_cache
H A Dframe_malloc.c153 if (!(mem = pop(&g->frame_malloc.global_free_list[bucket]))) {
177 push(&g->frame_malloc.global_free_list[bucket], mem);
195 g->frame_malloc.global_free_list[i] = 0;
208 p = g->frame_malloc.global_free_list[i];

Completed in 65 milliseconds