Changeset 108307 in webkit for trunk/Source/JavaScriptCore/heap/Heap.h
- Timestamp:
- Feb 20, 2012, 10:34:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/Heap.h
r108291 r108307 98 98 MarkedAllocator& allocatorForObjectWithoutDestructor(size_t bytes) { return m_objectSpace.allocatorFor(bytes); } 99 99 MarkedAllocator& allocatorForObjectWithDestructor(size_t bytes) { return m_objectSpace.destructorAllocatorFor(bytes); } 100 CopiedAllocator& storageAllocator() { return m_storageSpace.allocator(); }101 100 CheckedBoolean tryAllocateStorage(size_t, void**); 102 101 CheckedBoolean tryReallocateStorage(void**, size_t, size_t);
Note:
See TracChangeset
for help on using the changeset viewer.