From 362a3fde10a3bb2738fcf30ae2e2eaf4a53df042 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 31 Oct 2023 15:38:31 +0100 Subject: [ELFLOADER] Changed how memory is managed in elfloader --- src/include/custommem.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/custommem.h') diff --git a/src/include/custommem.h b/src/include/custommem.h index 31b3f30e..ffd20af6 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); +void* find47bitBlockElf(size_t size, int mainbin); int isBlockFree(void* hint, size_t size); // unlock mutex that are locked by current thread (for signal handling). Return a mask of unlock mutex -- cgit 1.4.1