Searched defs:hash_heap_storage (Results 1 - 1 of 1) sorted by path

/art/runtime/
H A Dclass_linker.cc5783 std::unique_ptr<uint32_t[]> hash_heap_storage; local
5788 hash_heap_storage.reset(new uint32_t[hash_table_size]);
5789 hash_table_ptr = hash_heap_storage.get();

Completed in 48 milliseconds