Chromium Code Reviews| Index: src/heap.cc |
| =================================================================== |
| --- src/heap.cc (revision 5262) |
| +++ src/heap.cc (working copy) |
| @@ -4131,6 +4131,7 @@ |
| *stats->memory_allocator_size = MemoryAllocator::Size(); |
| *stats->memory_allocator_capacity = |
| MemoryAllocator::Size() + MemoryAllocator::Available(); |
| + *stats->os_error = OS::GetLastError(); |
| if (take_snapshot) { |
| HeapIterator iterator; |
| for (HeapObject* obj = iterator.next(); |