about summary refs log tree commit diff stats
path: root/src/include/custommem.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-10-31 15:38:31 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-10-31 15:38:31 +0100
commit362a3fde10a3bb2738fcf30ae2e2eaf4a53df042 (patch)
treeff6233f6cba44c0326cbe366d79fb7a46e1b8d60 /src/include/custommem.h
parent5c13f8f10ac82ca642a6c930585989cc0d75a664 (diff)
downloadbox64-362a3fde10a3bb2738fcf30ae2e2eaf4a53df042.tar.gz
box64-362a3fde10a3bb2738fcf30ae2e2eaf4a53df042.zip
[ELFLOADER] Changed how memory is managed in elfloader
Diffstat (limited to 'src/include/custommem.h')
-rw-r--r--src/include/custommem.h1
1 files changed, 1 insertions, 0 deletions
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