Home
last modified time | relevance | path

Searched refs:mUsed (Results 1 – 4 of 4) sorted by relevance

/external/stlport/test/eh/
Dnc_alloc.cpp123 else if (mBlocks != 0 && mUsed < kBlockCount) { in Allocate()
124 result = (void*)&mBlocks[mUsed++]; in Allocate()
161 static size_t mUsed; member in FastAllocator
167 size_t FastAllocator::mUsed; member in FastAllocator
/external/chromium_org/third_party/codesighs/
Dmsmap.h90 address mUsed; member
Dmsdump2symdb.c131 unsigned mUsed; member
762 inContainer->mObjects[objectLoop].mSections[sectionLoop].mUsed - in calcContainer()
765 inContainer->mObjects[objectLoop].mSections[sectionLoop].mUsed += in calcContainer()
Dmsmap2tsv.c1831 section->mUsed += size; in map2tsv()
1842 if(section && section->mUsed < section->mLength) in map2tsv()
1845 section->mLength - section->mUsed, in map2tsv()