Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/delibs/depool/
DdeMemPool.c53 int bytesAllocated; member
190 initialPage->bytesAllocated += (int)sizeof(deMemPool); in createPoolInternal()
396 numAllocatedBytes += memPage->bytesAllocated; in deMemPool_getNumAllocatedBytes()
462 void* curPagePtr = (void*)((deUint8*)(curPage + 1) + curPage->bytesAllocated); in deMemPool_allocInternal()
466 if (numBytes + alignPadding > (size_t)(curPage->capacity - curPage->bytesAllocated)) in deMemPool_allocInternal()
479 DE_ASSERT(curPage->bytesAllocated == 0); in deMemPool_allocInternal()
488 curPage->bytesAllocated += (int)(numBytes + alignPadding); in deMemPool_allocInternal()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dmarl_test.h41 ASSERT_EQ(stats.bytesAllocated(), 0U); in TearDown()
73 ASSERT_EQ(stats.bytesAllocated(), 0U); in TearDown()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dmemory.h254 inline size_t bytesAllocated() const;
284 size_t TrackedAllocator::Stats::bytesAllocated() const { in bytesAllocated() function
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch75340 // "bytesAllocated", g_myCounterValue[1]);