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

/haiku-buildtools/gcc/libcilkrts/runtime/
H A Dframe_malloc.h106 size_t allocated_from_os; member in struct:__cilkrts_frame_cache
H A Dframe_malloc.c137 g->frame_malloc.allocated_from_os += FRAME_MALLOC_CHUNK;
191 g->frame_malloc.allocated_from_os = 0;
232 if (memory_in_global_list > g->frame_malloc.allocated_from_os) {
H A Dscheduler.c180 (long long)g->frame_malloc.allocated_from_os);

Completed in 97 milliseconds