Searched refs:new_bbto_ptr (Results 1 – 1 of 1) sorted by relevance
127 char* new_bbto_ptr = new char[sizeof(BlockBasedTableOptions)]; in TEST_F() local129 new (new_bbto_ptr) BlockBasedTableOptions(); in TEST_F()130 FillWithSpecialChar(new_bbto_ptr, sizeof(BlockBasedTableOptions), in TEST_F()159 NumUnsetBytes(new_bbto_ptr, sizeof(BlockBasedTableOptions), in TEST_F()170 delete[] new_bbto_ptr; in TEST_F()