1#!/system/bin/sh 2 3set -e 4 5test_dir=/data/nativetest/jemalloc_integrationtests 6 7$test_dir/aligned_alloc 8$test_dir/allocated 9$test_dir/chunk 10$test_dir/mallocx 11$test_dir/MALLOCX_ARENA 12$test_dir/posix_memalign 13$test_dir/rallocx 14$test_dir/thread_arena 15$test_dir/thread_tcache_enabled 16$test_dir/xallocx 17