diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2025-04-10 20:09:23 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-10 14:09:23 +0200 |
| commit | 0bb41a73c27df807ba8fcaa205612be7b3a1ac95 (patch) | |
| tree | e789a5ff074bae6d492c6ea19f824cdecc7e3d37 /src/include/custommem.h | |
| parent | f9f082ee53ae0ab8e12b0c1bf1de339af8b92282 (diff) | |
| download | box64-0bb41a73c27df807ba8fcaa205612be7b3a1ac95.tar.gz box64-0bb41a73c27df807ba8fcaa205612be7b3a1ac95.zip | |
[WOW64] More tweaks towards PE build (#2519)
Diffstat (limited to 'src/include/custommem.h')
| -rw-r--r-- | src/include/custommem.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/custommem.h b/src/include/custommem.h index 5e883570..c9db05dc 100644 --- a/src/include/custommem.h +++ b/src/include/custommem.h @@ -118,8 +118,6 @@ void* find47bitBlockElf(size_t size, int mainbin, uintptr_t mask); void* find31bitBlockElf(size_t size, int mainbin, uintptr_t mask); int isBlockFree(void* hint, size_t size); -// unlock mutex that are locked by current thread (for signal handling). Return a mask of unlock mutex -int unlockCustommemMutex(void); // relock the muxtex that were unlocked void relockCustommemMutex(int locks); |