• T
    Replace naked calls to operator new and delete (Fixes #222) · fb6456b0
    Torrie Fischer 提交于
    This replaces a mishmash of pointers in the Block and BlockContents classes with
    std::unique_ptr. It also changes the semantics of BlockContents to be limited to
    use as a constructor parameter for Block objects, as it owns any block buffers
    handed to it.
    fb6456b0
block_based_table_builder.cc 29.7 KB