Lots more work on eng::malloc
This commit is contained in:
@@ -263,7 +263,6 @@ public:
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
mallopt(M_MMAP_MAX, 0); // Keep malloc in the 'brk' area.
|
||||
disable_randomization(argc, argv);
|
||||
allocate_buffers();
|
||||
enable_tty_raw();
|
||||
|
||||
Reference in New Issue
Block a user