diff options
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); |