Searched defs:m_currentAllocationPoint (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.h906 Address currentAllocationPoint() const { return m_currentAllocationPoint; }
913 m_currentAllocationPoint = point;
931 Address m_currentAllocationPoint; member in class:blink::ThreadHeap
1462 Address headerAddress = m_currentAllocationPoint;
1463 m_currentAllocationPoint += allocationSize;

Completed in 290 milliseconds