Reduce stack virtual memory consumption on Linux

This commit is contained in:
Justine Tunney 2024-12-25 19:43:43 -08:00
parent cc8a9eb93c
commit 36e5861b0c
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
31 changed files with 583 additions and 166 deletions

View file

@ -19,7 +19,7 @@
#include "libc/thread/thread.h"
/**
* Returns size of protected region at bottom of thread stack.
* Returns size of protected region beneath thread stack.
*
* @param guardsize will be set to guard size in bytes
* @return 0 on success, or errno on error