Searched defs:uint32max_array_t (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dtest-mempool.c6 typedef char uint32max_array_t[4294967295]; typedef
8 typedef char uint32max_array_t[65535]; typedef
17 uint32max_array_t *m1 = p_new(&test_pool, uint32max_array_t, 4294967297ULL);
25 test_assert(p_realloc_type(&test_pool, m1, uint32max_array_t, 4294967296ULL, 4294967297ULL) == POINTER_CAST(18446744073709551615ULL));
30 test_assert(p_realloc_type(&test_pool, m1, uint32max_array_t, 4294967297ULL, 4294967296ULL) == POINTER_CAST(18446744069414584320ULL));
34 uint32max_array_t *m1 = p_new(&test_pool, uint32max_array_t, 65537);
42 test_assert(p_realloc_type(&test_pool, m1, uint32max_array_t, 65536, 65537) == POINTER_CAST(4294967295U));
47 test_assert(p_realloc_type(&test_pool, m1, uint32max_array_t, 6553
[all...]

Completed in 15 milliseconds