luajit-mm/tests
Shuxin Yang 6821a07f94 o. Add testing cases for
c1) lazily call lm_init*()
    c2) the hybrid-mode which prefer calling mmap(2) to calling user-mode lm_mmap().
    c3) the user-mode which exclusively call lm_mmap()

o. fix a bug about c1) mentioned above
2014-12-11 11:49:06 -08:00
..
Makefile Fix bunch of bugs! 2014-09-02 10:30:04 -07:00
README o. clean up. 2014-12-06 11:46:44 -08:00
adaptor.c o. clean up. 2014-12-06 11:46:44 -08:00
mymalloc.c Fix bunch of bugs! 2014-09-02 10:30:04 -07:00
rb_test.cxx Fix bunch of bugs! 2014-09-02 10:30:04 -07:00
unit_test.cxx o. Add testing cases for 2014-12-11 11:49:06 -08:00

README

See the adpator.c for the testing methodology.