mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 05:42:29 +00:00
Improve dead code elimination
This commit is contained in:
parent
760db8c5ad
commit
0e36cb3ac4
6606 changed files with 9685 additions and 9854 deletions
2
third_party/dlmalloc/dlmalloc.c
vendored
2
third_party/dlmalloc/dlmalloc.c
vendored
|
@ -836,7 +836,7 @@ textstartup void dlmalloc_init(void) {
|
|||
if (g_mparams.magic == 0) {
|
||||
size_t magic;
|
||||
size_t psize = PAGESIZE;
|
||||
size_t gsize = MAX(__nt_systeminfo.dwAllocationGranularity, 64 * 1024);
|
||||
size_t gsize = FRAMESIZE;
|
||||
/* Sanity-check configuration:
|
||||
size_t must be unsigned and as wide as pointer type.
|
||||
ints must be at least 4 bytes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue