Home
last modified time | relevance | path

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

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