1 // Copyright 2014 PDFium Authors. All rights reserved.
\r
2 // Use of this source code is governed by a BSD-style license that can be
\r
3 // found in the LICENSE file.
\r
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
\r
12 #define FDE_Alloc(size) FX_Alloc(FX_BYTE, size)
\r
13 #define FDE_Realloc(ptr, newSize) FX_Realloc(FX_BYTE, ptr, newSize)
\r
14 #define FDE_Free(ptr) FX_Free(ptr)
\r
15 #define FDE_New FXTARGET_New
\r
16 #define FDE_Delete FXTARGET_Delete
\r
17 #define FDE_NewWith FXTARGET_NewWith
\r
18 #define FDE_DeleteWith FXTARGET_DeleteWith
\r