Yuri Voinov
Results
2
issues of
Yuri Voinov
Produced binaries not work if compiled with -m64 mode on Solaris 10. And will never work on Solaris 11, because of it is pure 64-bit, without 32-bit ABI. What does...
This test: ```C++ #include #include #include #include #include "ltalloc.cc" static const size_t INITIAL_MEMORY_SIZE = 2; static const size_t NUM_ALLOCATIONS = 32; static const size_t NUM_ITERATIONS = 100; static void multiple_malloc()...