Enable mallopt check action if flags say so

This commit is contained in:
kipp%netscape.com 1999-08-27 21:56:03 +00:00
Родитель 844fbc08d1
Коммит ed4c7b96b2
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -291,6 +291,9 @@ SetMallocFlags(u_long aFlags)
close(gLogFD);
gLogFD = -1;
}
if (LIBMALLOC_CHECK & gFlags) {
mallopt(M_CHECK_ACTION, 1);
}
// Try to guarantee that the address map is always dumped
atexit(DumpAddressMap);