Home
last modified time | relevance | path

Searched refs:FXMEM_DefaultAlloc (Results 1 – 25 of 31) sorted by relevance

12

/dports/editors/texmaker/texmaker-5.0.3/pdfium/third_party/libjpeg/
H A Dfpdfapi_jmemnobs.c28 void* FXMEM_DefaultAlloc(int byte_size, int);
40 return FXMEM_DefaultAlloc(sizeofobject, 0); in jpeg_get_small()
62 return FXMEM_DefaultAlloc(sizeofobject, 0); in jpeg_get_large()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/libpng16/
H A D0000-build-config.patch8 +void* FXMEM_DefaultAlloc(size_t byte_size);
19 + return FXMEM_DefaultAlloc(size);
H A Dpngmem.c22 void* FXMEM_DefaultAlloc(size_t byte_size);
98 return FXMEM_DefaultAlloc(size);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/libpng16/
H A D0000-build-config.patch8 +void* FXMEM_DefaultAlloc(size_t byte_size);
19 + return FXMEM_DefaultAlloc(size);
H A Dpngmem.c22 void* FXMEM_DefaultAlloc(size_t byte_size);
98 return FXMEM_DefaultAlloc(size);
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcrt/
H A Dfx_basic_memmgr_unittest.cpp74 EXPECT_FALSE(FXMEM_DefaultAlloc(kMaxByteAlloc, 0)); in TEST()
76 void* ptr = FXMEM_DefaultAlloc(1, 0); in TEST()
H A Dfx_basic_memmgr.cpp11 void* FXMEM_DefaultAlloc(size_t byte_size, int flags) { in FXMEM_DefaultAlloc() function
H A Dfx_memory.h17 void* FXMEM_DefaultAlloc(size_t byte_size, int flags);
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcrt/
H A Dfx_basic_memmgr_unittest.cpp74 EXPECT_FALSE(FXMEM_DefaultAlloc(kMaxByteAlloc, 0)); in TEST()
76 void* ptr = FXMEM_DefaultAlloc(1, 0); in TEST()
H A Dfx_basic_memmgr.cpp11 void* FXMEM_DefaultAlloc(size_t byte_size, int flags) { in FXMEM_DefaultAlloc() function
/dports/editors/texmaker/texmaker-5.0.3/pdfium/third_party/libpng16/
H A D0000-build-config.patch8 +void* FXMEM_DefaultAlloc(int byte_size, int);
19 + return FXMEM_DefaultAlloc((int)size, 0);
H A Dpngmem.c22 void* FXMEM_DefaultAlloc(int byte_size, int);
98 return FXMEM_DefaultAlloc((int)size, 0);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcrt/
H A Dfx_memory_unittest.cpp89 EXPECT_FALSE(FXMEM_DefaultAlloc(kMaxByteAlloc)); in TEST()
91 void* ptr = FXMEM_DefaultAlloc(1); in TEST()
H A Dfx_memory.h17 void* FXMEM_DefaultAlloc(size_t byte_size);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcrt/
H A Dfx_memory_unittest.cpp89 EXPECT_FALSE(FXMEM_DefaultAlloc(kMaxByteAlloc)); in TEST()
91 void* ptr = FXMEM_DefaultAlloc(1); in TEST()
H A Dfx_memory.h17 void* FXMEM_DefaultAlloc(size_t byte_size);
H A Dfx_memory.cpp44 void* FXMEM_DefaultAlloc(size_t byte_size) { in FXMEM_DefaultAlloc() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/libopenjpeg20/
H A Dopj_malloc.cc14 return FXMEM_DefaultAlloc(size); in opj_malloc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/lcms/src/
H A Dcmserr.c80 return FXMEM_DefaultAlloc(size); in _cmsMalloc()
86 void* p = FXMEM_DefaultAlloc(size); in _cmsMallocZero()
116 void* p = FXMEM_DefaultAlloc(size); in _cmsDupMem()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/
H A Dcmserr.c80 return FXMEM_DefaultAlloc(size); in _cmsMalloc()
86 void* p = FXMEM_DefaultAlloc(size); in _cmsMallocZero()
116 void* p = FXMEM_DefaultAlloc(size); in _cmsDupMem()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/third_party/lcms2-2.6/src/
H A Dcmserr.c265 return FXMEM_DefaultAlloc(size, 1); in _cmsMalloc()
271 void* p = FXMEM_DefaultAlloc(size, 1); in _cmsMallocZero()
301 void* p = FXMEM_DefaultAlloc(size, 1); in _cmsDupMem()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/third_party/lcms2-2.6/src/
H A Dcmserr.c265 return FXMEM_DefaultAlloc(size, 1); in _cmsMalloc()
271 void* p = FXMEM_DefaultAlloc(size, 1); in _cmsMallocZero()
301 void* p = FXMEM_DefaultAlloc(size, 1); in _cmsDupMem()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcrt/include/
H A Dfx_memory.h17 void* FXMEM_DefaultAlloc(size_t byte_size, int flags);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/lcms/
H A D0000-cmserr-changes.patch54 + return FXMEM_DefaultAlloc(size);
67 + void* p = FXMEM_DefaultAlloc(size);
149 + void* p = FXMEM_DefaultAlloc(size);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/lcms/
H A D0000-cmserr-changes.patch54 + return FXMEM_DefaultAlloc(size);
67 + void* p = FXMEM_DefaultAlloc(size);
149 + void* p = FXMEM_DefaultAlloc(size);

12