Corinna Vinschen
|
ee54cabad9
|
Cygwin: mmap: use SRWLOCK instead of muto
To reduce thread contention, use reader/writer locks as required.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
|
2022-08-23 12:09:44 +02:00 |
Corinna Vinschen
|
86d2126173
|
Cygwin: mm/malloc_wrapper.cc: fix a comment
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
|
2022-08-10 18:05:12 +02:00 |
Corinna Vinschen
|
afa7117999
|
Cygwin: move __caller_return_address to mm/malloc_wrapper.cc
It's used in this file only anyway, so make it static inline.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
|
2022-08-10 18:05:12 +02:00 |
Corinna Vinschen
|
5851a633bd
|
Cygwin: make import_address a static inline function
It's used in malloc_init only and we never need it anywhere else,
hopefully.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
|
2022-08-10 18:05:12 +02:00 |
Corinna Vinschen
|
56b7fd620f
|
Cygwin: make check_invalid_virtual_addr a static inline function
move it to mm/mmap.cc which uses it exclusively.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
|
2022-08-10 18:05:12 +02:00 |
Corinna Vinschen
|
9fbfccff71
|
Cygwin: move memory management sources into mm subdir
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
|
2022-08-10 18:05:12 +02:00 |