about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-02 10:32:13 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-02 10:32:13 +0100
commit542a2a0775e5fe2921ce7893a9c1d77915a87bc4 (patch)
tree352d37a3f4b033d33dd1b8d62cfdc23cc7f4e85c /src/include
parenta2a78a4edc2e82756d83daf8bbbe2ca26102af47 (diff)
downloadbox64-542a2a0775e5fe2921ce7893a9c1d77915a87bc4.tar.gz
box64-542a2a0775e5fe2921ce7893a9c1d77915a87bc4.zip
Detecting tcmalloc now
Diffstat (limited to 'src/include')
-rwxr-xr-xsrc/include/elfloader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/elfloader.h b/src/include/elfloader.h
index d8caa27b..2046865d 100755
--- a/src/include/elfloader.h
+++ b/src/include/elfloader.h
@@ -53,7 +53,7 @@ int ReloadElfMemory(FILE* f, box64context_t* context, elfheader_t* head);
 //void ResetSpecialCaseMainElf(elfheader_t* h);
 //void CreateMemorymapFile(box64context_t* context, int fd);
 
-//int ElfCheckIfUseTCMallocMinimal(elfheader_t* h);   // return 1 if tcmalloc is used
+int ElfCheckIfUseTCMallocMinimal(elfheader_t* h);   // return 1 if tcmalloc is used
 
 
 #endif //__ELF_LOADER_H_
\ No newline at end of file