Home
last modified time | relevance | path

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

/rocksdb-6.9/options/
Doptions_settable_test.cc127 char* new_bbto_ptr = new char[sizeof(BlockBasedTableOptions)]; in TEST_F() local
129 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()