HomeSort by relevance Sort by last modified time
    Searched defs:PreallocatedStorage (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/src/
allocation.cc 104 void PreallocatedStorage::LinkTo(PreallocatedStorage* other) {
112 void PreallocatedStorage::Unlink() {
118 PreallocatedStorage::PreallocatedStorage(size_t size)
allocation.h 115 class PreallocatedStorage {
117 explicit PreallocatedStorage(size_t size);
122 PreallocatedStorage* previous_;
123 PreallocatedStorage* next_;
125 void LinkTo(PreallocatedStorage* other);
130 DISALLOW_IMPLICIT_CONSTRUCTORS(PreallocatedStorage);
  /external/v8/src/
allocation.cc 104 void PreallocatedStorage::LinkTo(PreallocatedStorage* other) {
112 void PreallocatedStorage::Unlink() {
118 PreallocatedStorage::PreallocatedStorage(size_t size)
allocation.h 115 class PreallocatedStorage {
117 explicit PreallocatedStorage(size_t size);
128 PreallocatedStorage* previous_;
129 PreallocatedStorage* next_;
131 void LinkTo(PreallocatedStorage* other);
136 DISALLOW_IMPLICIT_CONSTRUCTORS(PreallocatedStorage);

Completed in 2804 milliseconds