From f8d65a831e6f92314513ab2603e74627bbc1711f Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 27 Oct 2023 09:57:34 +0200 Subject: Another fix to wrapped mmap (should fix #1031, hopefully not creating more regression) --- src/include/custommem.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/custommem.h b/src/include/custommem.h index ac715b52..31b3f30e 100644 --- a/src/include/custommem.h +++ b/src/include/custommem.h @@ -96,6 +96,7 @@ void* find32bitBlock(size_t size); void* find31bitBlockNearHint(void* hint, size_t size); void* find47bitBlock(size_t size); void* find47bitBlockNearHint(void* hint, size_t size); +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); -- cgit 1.4.1