mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-10-04 13:41:02 +00:00
Make bulk_free() go faster
This commit is contained in:
parent
624573207e
commit
c8e10eef30
13 changed files with 54 additions and 36 deletions
10
third_party/dlmalloc/dlmalloc.c
vendored
10
third_party/dlmalloc/dlmalloc.c
vendored
|
@ -62,11 +62,6 @@
|
|||
#include "locks.inc"
|
||||
#include "chunks.inc"
|
||||
#include "headfoot.inc"
|
||||
|
||||
#if ONLY_MSPACES
|
||||
#include "threaded.inc"
|
||||
#endif
|
||||
|
||||
#include "global.inc"
|
||||
#include "system.inc"
|
||||
#include "hooks.inc"
|
||||
|
@ -74,6 +69,11 @@
|
|||
#include "indexing.inc"
|
||||
#include "binmaps.inc"
|
||||
#include "runtimechecks.inc"
|
||||
|
||||
#if ONLY_MSPACES
|
||||
#include "threaded.inc"
|
||||
#endif
|
||||
|
||||
#include "init.inc"
|
||||
#include "debuglib.inc"
|
||||
#include "statistics.inc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue