#ifndef JEMALLOC_INTERNAL_SIZE_CLASSES_H #define JEMALLOC_INTERNAL_SIZE_CLASSES_H /* This file was automatically generated by size_classes.sh. */ #include "jemalloc/internal/jemalloc_internal_types.h" /* * This header file defines: * * LG_SIZE_CLASS_GROUP: Lg of size class count for each size doubling. * LG_TINY_MIN: Lg of minimum size class to support. * SIZE_CLASSES: Complete table of SC(index, lg_grp, lg_delta, ndelta, psz, * bin, pgs, lg_delta_lookup) tuples. * index: Size class index. * lg_grp: Lg group base size (no deltas added). * lg_delta: Lg delta to previous size class. * ndelta: Delta multiplier. size == 1< 256) # error "Too many small size classes" #endif #endif /* JEMALLOC_INTERNAL_SIZE_CLASSES_H */