diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-09-28 15:19:08 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-09-28 15:19:08 +0200 |
| commit | 11724fd2ada743774f9cf2e66d5403801412aefb (patch) | |
| tree | 81946d4372d1a454e0d518a9c59f1da1793b73ba /src/library_list_32.h | |
| parent | c0955d33dea6428aa495e0809432d95a539b8b11 (diff) | |
| download | box64-11724fd2ada743774f9cf2e66d5403801412aefb.tar.gz box64-11724fd2ada743774f9cf2e66d5403801412aefb.zip | |
[BOX32][WRAPPER] Added 32bits wrapped/hacked libtcmallocminimal
Diffstat (limited to 'src/library_list_32.h')
| -rw-r--r-- | src/library_list_32.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library_list_32.h b/src/library_list_32.h index 0a3086a3..320cec19 100644 --- a/src/library_list_32.h +++ b/src/library_list_32.h @@ -35,3 +35,5 @@ GO("libexpat.so.1", expat) GO("libexpat.so", expat) GO("crashhandler.so", crashhandler) +GO("libtcmalloc_minimal.so.0", tcmallocminimal) +GO("libtcmalloc_minimal.so.4", tcmallocminimal) |