Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dmem_int.h204 FX_LPVOID Alloc16(CFXMEM_Pool **pp32Pool = NULL, size_t size = 0);
Dfx_basic_memmgr_mini.cpp490 FX_LPVOID CFXMEM_FixedMgr::Alloc16(CFXMEM_Pool **pp32Pool, size_t size) in Alloc16() function in CFXMEM_FixedMgr
516 FX_LPVOID p = Alloc16(&p32BytesPool, size); in Alloc32()