mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 03:08:31 +00:00
Make minor improvements
- Work towards simplifying ape.S startup process - Rewrote ar because it took minutes to build cosmopolitan.a
This commit is contained in:
parent
95bc650be8
commit
aea89fe832
70 changed files with 1037 additions and 456 deletions
|
@ -46,12 +46,14 @@ int64_t CreateFileMappingNuma(
|
|||
const struct NtSecurityAttributes *opt_lpFileMappingAttributes,
|
||||
uint32_t flProtect, uint32_t dwMaximumSizeHigh, uint32_t dwMaximumSizeLow,
|
||||
const char16_t *opt_lpName, uint32_t nndDesiredNumaNode);
|
||||
|
||||
void *MapViewOfFileExNuma(
|
||||
int64_t hFileMappingObject, /* @see CreateFileMapping() */
|
||||
uint32_t dwDesiredAccess, uint32_t dwFileOffsetHigh, /* high order bits */
|
||||
uint32_t dwFileOffsetLow, /* low order bits */
|
||||
size_t dwNumberOfBytesToMap, void *opt_lpDesiredBaseAddress,
|
||||
uint32_t nndDesiredNumaNode);
|
||||
|
||||
bool32 UnmapViewOfFile(const void *lpBaseAddress);
|
||||
bool32 FlushViewOfFile(const void *lpBaseAddress,
|
||||
size_t dwNumberOfBytesToFlush);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue