Exemplo n.º 1
0
int
main(void)
{
	exp_base_pool = 0;
	je_pool_set_alloc_funcs(malloc_test, free_test);

	return test_not_init(POOL_TEST_CASES);
}
Exemplo n.º 2
0
int
main(void)
{

	return test_not_init(POOL_TEST_CASES);
}