From 3e3160bff83e9c36e582eaac633ca585d9d028ad Mon Sep 17 00:00:00 2001 From: Park Ju Hyung Date: Mon, 14 Oct 2019 02:35:55 +0900 Subject: jemalloc: remove deprecated size_classes.h Change-Id: Ied009ae74ea123e31e49890eb2d12bef5c547572 Signed-off-by: Park Ju Hyung --- include/jemalloc/internal/size_classes.h | 1428 ------------------------------ 1 file changed, 1428 deletions(-) delete mode 100644 include/jemalloc/internal/size_classes.h diff --git a/include/jemalloc/internal/size_classes.h b/include/jemalloc/internal/size_classes.h deleted file mode 100644 index 0b7d3cd3..00000000 --- a/include/jemalloc/internal/size_classes.h +++ /dev/null @@ -1,1428 +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 */ -- cgit v1.2.3