mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-08 04:08:32 +00:00
Rewrite brk() and sbrk()
This change reduces the .bss memory requirement for all executables by O(64kb). The brk system calls are now fully tested and figured out and might be useful for tiny programs that only target System Five.
This commit is contained in:
parent
bc8532688b
commit
5005f2e446
23 changed files with 643 additions and 294 deletions
|
@ -3567,7 +3567,7 @@ imp 'WakeByAddressSingle' WakeByAddressSingle API-MS-Win-Core-Synch-l1-2
|
|||
# “The functions and structures in [for these APIs] are internal to
|
||||
# the operating system and subject to change from one release of
|
||||
# Windows to the next, and possibly even between service packs for
|
||||
# each release.” ──Quoth MSDN */
|
||||
# each release.” ──Quoth MSDN
|
||||
#
|
||||
# Name Actual DLL Hint Arity
|
||||
imp 'AlpcAdjustCompletionListConcurrencyCount' AlpcAdjustCompletionListConcurrencyCount ntdll 12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue