Open Zopolis4 opened 4 months ago
Hello! Thanks for reporting this. Hopefully it will be useful to anyone else who stumbles across this repo.
I monkey-see/monkey-do'd this repo just enough to get it working so I could do some memory testing of https://github.com/cldellow/sqlite-parquet-vtable in 2018.
I've since moved on from that project, so I don't maintain this repo any longer.
Candidly, I also no longer understand much of what you just wrote. My mind isn't so much a sieve as a colander, and most of the C stuff has fallen out since then. :)
Fair enough, no worries.
Configured with:
CFLAGS="-O2 -pipe -ffat-lto-objects -fPIC -fuse-ld=mold -flto=auto" CXXFLAGS="-O2 -pipe -ffat-lto-objects -fPIC -fuse-ld=mold -flto=auto" FCFLAGS="-O2 -pipe -ffat-lto-objects -fPIC -fuse-ld=mold -flto=auto" FFLAGS="-O2 -pipe -ffat-lto-objects -fPIC -fuse-ld=mold -flto=auto" LD_LIBRARY_PATH="/usr/local/lib64" LDFLAGS="-flto=auto " ./configure --prefix=/usr/local --libdir=/usr/local/lib64 --mandir=/usr/local/share/man --disable-dependency-tracking --build=x86_64-cros-linux-gnu --host=x86_64-cros-linux-gnu --target=x86_64-cros-linux-gnu --program-prefix='' --program-suffix=''
Seems like these functions were dropped in glibc 2.34: https://sourceware.org/pipermail/libc-alpha/2021-August/129718.html
Looks like
__libc_malloc
should work? https://stackoverflow.com/questions/17803456/an-alternative-for-the-deprecated-malloc-hook-functionality-of-glibc