HomeSort by relevance Sort by last modified time
    Searched refs:m_iAllocatedSize (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fgas/src/crt/
fx_memory.h 47 virtual size_t GetCurrentDataSize() const { return m_iAllocatedSize; }
50 size_t m_iAllocatedSize;
fx_memory.cpp 31 : m_iAllocatedSize(0),
76 m_iAllocatedSize += size;

Completed in 45 milliseconds