OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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