30#define ALLOC_BYTES 1024
44 char *ptr = alloc +
i;
62 char *ptr = alloc +
i;
113 for (
n = 0;
n < 5;
n++) {
void abts_run_test(abts_suite *ts, test_func f, void *value)
#define ABTS_PTR_NOTNULL(a, b)
#define ABTS_ASSERT(a, b, c)
#define ABTS_INT_EQUAL(a, b, c)
APR Miscellaneous library routines.
#define apr_pool_create(newpool, parent)
#define apr_pcalloc(p, size)
static void parent_pool(abts_case *tc, void *data)
static apr_pool_t * pchild
static apr_pool_t * pmain
static char * checker_data
static apr_status_t checker_cleanup(void *data)
static void test_notancestor(abts_case *tc, void *data)
static void test_ancestor(abts_case *tc, void *data)
static void alloc_bytes(abts_case *tc, void *data)
static void child_pool(abts_case *tc, void *data)
static void calloc_bytes(abts_case *tc, void *data)
static apr_status_t success_cleanup(void *data)
static void test_cleanups(abts_case *tc, void *data)
abts_suite * testpool(abts_suite *suite)