Searched refs:bbto_ptr (Results 1 – 1 of 1) sorted by relevance
104 char* bbto_ptr = new char[sizeof(BlockBasedTableOptions)]; in TEST_F() local109 BlockBasedTableOptions* bbto = new (bbto_ptr) BlockBasedTableOptions(); in TEST_F()110 FillWithSpecialChar(bbto_ptr, sizeof(BlockBasedTableOptions), kBbtoBlacklist); in TEST_F()116 NumUnsetBytes(bbto_ptr, sizeof(BlockBasedTableOptions), kBbtoBlacklist); in TEST_F()122 bbto = new (bbto_ptr) BlockBasedTableOptions(); in TEST_F()123 FillWithSpecialChar(bbto_ptr, sizeof(BlockBasedTableOptions), kBbtoBlacklist); in TEST_F()169 delete[] bbto_ptr; in TEST_F()