Searched refs:method_allocator_pool_ (Results 1 – 1 of 1) sorted by relevance
37 method_allocator_pool_(new uint8_t[method_allocator_bytes]),38 method_allocator_(method_allocator_bytes, method_allocator_pool_.get()),50 std::unique_ptr<uint8_t[]> method_allocator_pool_; variable