Searched refs:m3 (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib/ |
H A D | test-mempool.c | 21 uint32_t *m3 = p_new(&test_pool, uint32_t, 4611686018427387903ULL); local 22 test_assert(m3 == POINTER_CAST(18446744073709551612ULL)); 27 test_assert(p_realloc_type(&test_pool, m3, uint32_t, 4611686018427387902ULL, 4611686018427387903ULL) == POINTER_CAST(18446744073709551612ULL)); 32 test_assert(p_realloc_type(&test_pool, m3, uint32_t, 4611686018427387903ULL, 4611686018427387902ULL) == POINTER_CAST(18446744073709551608ULL)); 38 uint32_t *m3 = p_new(&test_pool, uint32_t, 1073741823U); local 39 test_assert(m3 == POINTER_CAST(4294967292U)); 44 test_assert(p_realloc_type(&test_pool, m3, uint32_t, 1073741822U, 1073741823U) == POINTER_CAST(4294967292U)); 49 test_assert(p_realloc_type(&test_pool, m3, uint32_t, 1073741823U, 1073741822U) == POINTER_CAST(4294967288U));
|
Completed in 11 milliseconds