Home
last modified time | relevance | path

Searched refs:FX_DYNAMICSTOREBLOCK (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fgas/src/crt/
Dfx_memory.cpp199 sizeof(FX_DYNAMICSTORECHUNK) + sizeof(FX_DYNAMICSTOREBLOCK) * 2 + size); in AllocChunk()
251 size_t m = size + sizeof(FX_DYNAMICSTOREBLOCK); in Alloc()
258 pNextBlock->iBlockSize = n - size - sizeof(FX_DYNAMICSTOREBLOCK); in Alloc()
259 pChunk->iFreeSize -= size + sizeof(FX_DYNAMICSTOREBLOCK); in Alloc()
301 sizeFree += sizeof(FX_DYNAMICSTOREBLOCK); in Free()
302 sizeBlock += sizeof(FX_DYNAMICSTOREBLOCK); in Free()
Dfx_memory.h103 } FX_DYNAMICSTOREBLOCK, *FX_LPDYNAMICSTOREBLOCK; typedef
104 typedef FX_DYNAMICSTOREBLOCK const* FX_LPCDYNAMICSTOREBLOCK;