Use config_* instead of JEMALLOC_*.

Convert a couple of stragglers from JEMALLOC_* to use config_*.
This commit is contained in:
Jason Evans
2013-01-22 12:14:45 -08:00
parent ae03bf6a57
commit ba175a2bfb
2 changed files with 4 additions and 14 deletions

View File

@@ -418,9 +418,8 @@ ckh_delete(ckh_t *ckh)
#endif
idalloc(ckh->tab);
#ifdef JEMALLOC_DEBUG
memset(ckh, 0x5a, sizeof(ckh_t));
#endif
if (config_debug)
memset(ckh, 0x5a, sizeof(ckh_t));
}
size_t