| Index: Source/platform/heap/Heap.h
|
| diff --git a/Source/platform/heap/Heap.h b/Source/platform/heap/Heap.h
|
| index d3b4b4d9519c3b7f1e35ff32a2b34ec79e72dec7..60edb880cf4ceee0517c5a735bece33f1af79e09 100644
|
| --- a/Source/platform/heap/Heap.h
|
| +++ b/Source/platform/heap/Heap.h
|
| @@ -457,6 +457,7 @@ public: \
|
| #define EAGERLY_FINALIZE_WILL_BE_REMOVED()
|
| #endif
|
|
|
| +/*
|
| inline Address Heap::allocateOnHeapIndex(ThreadState* state, size_t size, int heapIndex, size_t gcInfoIndex)
|
| {
|
| ASSERT(state->isAllocationAllowed());
|
| @@ -464,6 +465,7 @@ inline Address Heap::allocateOnHeapIndex(ThreadState* state, size_t size, int he
|
| NormalPageHeap* heap = static_cast<NormalPageHeap*>(state->heap(heapIndex));
|
| return heap->allocateObject(allocationSizeFromSize(size), gcInfoIndex);
|
| }
|
| +*/
|
|
|
| template<typename T>
|
| Address Heap::allocate(size_t size, bool eagerlySweep)
|
|
|