OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FX_DYNAMICSTOREBLOCK
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fgas/src/crt/
fx_memory.cpp
199
sizeof(FX_DYNAMICSTORECHUNK) + sizeof(
FX_DYNAMICSTOREBLOCK
) * 2 + size);
251
size_t m = size + sizeof(
FX_DYNAMICSTOREBLOCK
);
258
pNextBlock->iBlockSize = n - size - sizeof(
FX_DYNAMICSTOREBLOCK
);
259
pChunk->iFreeSize -= size + sizeof(
FX_DYNAMICSTOREBLOCK
);
301
sizeFree += sizeof(
FX_DYNAMICSTOREBLOCK
);
302
sizeBlock += sizeof(
FX_DYNAMICSTOREBLOCK
);
fx_memory.h
103
}
FX_DYNAMICSTOREBLOCK
, *FX_LPDYNAMICSTOREBLOCK;
104
typedef
FX_DYNAMICSTOREBLOCK
const* FX_LPCDYNAMICSTOREBLOCK;
Completed in 39 milliseconds