Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/rpmalloc/
H A Drpmalloc.c523 typedef struct size_class_t size_class_t; typedef
724 struct size_class_t { struct
732 _Static_assert(sizeof(size_class_t) == 8, "Size class size mismatch"); argument