summaryrefslogtreecommitdiff
path: root/deps/v8/src/heap/concurrent-allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/heap/concurrent-allocator.h')
-rw-r--r--deps/v8/src/heap/concurrent-allocator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/deps/v8/src/heap/concurrent-allocator.h b/deps/v8/src/heap/concurrent-allocator.h
index bb87425ffc..fe6144eb7e 100644
--- a/deps/v8/src/heap/concurrent-allocator.h
+++ b/deps/v8/src/heap/concurrent-allocator.h
@@ -63,9 +63,6 @@ class ConcurrentAllocator {
V8_EXPORT_PRIVATE AllocationResult AllocateOutsideLab(
int object_size, AllocationAlignment alignment, AllocationOrigin origin);
- V8_EXPORT_PRIVATE Address PerformCollectionAndAllocateAgain(
- int object_size, AllocationAlignment alignment, AllocationOrigin origin);
-
LocalHeap* const local_heap_;
PagedSpace* const space_;
LocalAllocationBuffer lab_;