From 33088806815c22436b8fa55476b46559899cbda0 Mon Sep 17 00:00:00 2001 From: zeekling Date: Sat, 16 Oct 2021 16:01:25 +0800 Subject: [PATCH] update --- .../include/jemalloc/internal/size_classes.h | 516 ------------------ 1 file changed, 516 deletions(-) delete mode 100644 deps/jemalloc/include/jemalloc/internal/size_classes.h diff --git a/deps/jemalloc/include/jemalloc/internal/size_classes.h b/deps/jemalloc/include/jemalloc/internal/size_classes.h deleted file mode 100644 index 87ce079..0000000 --- a/deps/jemalloc/include/jemalloc/internal/size_classes.h +++ /dev/null @@ -1,516 +0,0 @@ -#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 */