Home
last modified time | relevance | path

Searched defs:span_t (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Support/rpmalloc/
H A Drpmalloc.c517 typedef struct span_t span_t; typedef
603 struct span_t { struct
605 void *free_list;
607 uint32_t block_count;
609 uint32_t size_class;
611 uint32_t free_list_limit;
635 span_t *next; argument
637 span_t *prev; argument
/llvm-project/openmp/runtime/src/
H A Dkmp_collapse.h155 typedef T span_t; typedef
H A Dkmp_collapse.cpp536 typedef T span_t; in kmp_calc_span_lessoreq_XX() typedef
600 typedef T span_t; in kmp_calc_span_greateroreq_XX() typedef