Home
last modified time | relevance | path

Searched refs:constructor_pattern (Results 1 – 1 of 1) sorted by relevance

/memcached-1.4.29/
H A Dtestapp.c44 const uint64_t constructor_pattern = 0xdeadcafebabebeef; variable
48 *ptr = constructor_pattern; in cache_constructor()
61 return (pattern == constructor_pattern) ? TEST_PASS : TEST_FAIL; in cache_constructor_test()