Searched defs:FX_NEWAT (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/include/fxcrt/
H A Dfx_memory.h220 #define FX_NEWAT(pAllocator) new(pAllocator, __FILE__, __LINE__) macro
223 #define FX_NEWAT(pAllocator) new(pAllocator) macro

Completed in 671 milliseconds