HomeSort by relevance Sort by last modified time
    Searched refs:FXMEM_NONLEAVE (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/include/fxcrt/
fx_memory.h 12 #define FXMEM_NONLEAVE 1
57 #define FX_AllocNL(type, size) (type*)FXMEM_DefaultAlloc2(size, sizeof(type), FXMEM_NONLEAVE)
58 #define FX_ReallocNL(type, ptr, size) (type*)FXMEM_DefaultRealloc2(ptr, size, sizeof(type), FXMEM_NONLEAVE)
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmserr.c 265 return FXMEM_DefaultAlloc(size, FXMEM_NONLEAVE);
271 void* p = FXMEM_DefaultAlloc(size, FXMEM_NONLEAVE);
289 return FXMEM_DefaultRealloc(Ptr, size, FXMEM_NONLEAVE);
301 void* p = FXMEM_DefaultAlloc(size, FXMEM_NONLEAVE);
  /external/pdfium/core/src/fxcodec/codec/
fx_codec.cpp 123 sizeof(CCodec_ImageDataCache) + m_Pitch * m_OutputHeight, FXMEM_NONLEAVE);

Completed in 168 milliseconds