aboutsummaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/ckh.h
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2012-02-13 10:24:43 -0800
committerJason Evans <je@fb.com>2012-02-13 10:24:43 -0800
commitfd56043c53f1cd1335ae6d1c0ee86cc0fbb9f12e (patch)
tree384192cb6b0415aafbfc43497a58d2b020c9191a /include/jemalloc/internal/ckh.h
parent7372b15a31c63ac5cb9ed8aeabc2a0a3c005e8bf (diff)
downloadplatform_external_jemalloc_new-fd56043c53f1cd1335ae6d1c0ee86cc0fbb9f12e.tar.gz
platform_external_jemalloc_new-fd56043c53f1cd1335ae6d1c0ee86cc0fbb9f12e.tar.bz2
platform_external_jemalloc_new-fd56043c53f1cd1335ae6d1c0ee86cc0fbb9f12e.zip
Remove magic.
Remove structure magic, because 1) it is no longer conditional, and 2) it stopped being very effective at detecting memory corruption several years ago.
Diffstat (limited to 'include/jemalloc/internal/ckh.h')
-rw-r--r--include/jemalloc/internal/ckh.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/jemalloc/internal/ckh.h b/include/jemalloc/internal/ckh.h
index 28f171c8..65f30f56 100644
--- a/include/jemalloc/internal/ckh.h
+++ b/include/jemalloc/internal/ckh.h
@@ -30,9 +30,6 @@ struct ckhc_s {
};
struct ckh_s {
-#define CKH_MAGIC 0x3af2489d
- uint32_t magic;
-
#ifdef CKH_COUNT
/* Counters used to get an idea of performance. */
uint64_t ngrows;