Home
last modified time | relevance | path

Searched defs:malloc (Results 76 – 100 of 4664) sorted by relevance

12345678910>>...187

/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_core/ADM_core/src/ADM_nvwa/
H A Ddebug_new.h132 # define malloc(s) ((void*)(new char[s])) macro
134 # define malloc(s) ((void*)(DEBUG_NEW char[s])) macro
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_core/ADM_core/src/ADM_nvwa/
H A Ddebug_new.h132 # define malloc(s) ((void*)(new char[s])) macro
134 # define malloc(s) ((void*)(DEBUG_NEW char[s])) macro
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_core/ADM_core/src/ADM_nvwa/
H A Ddebug_new.h132 # define malloc(s) ((void*)(new char[s])) macro
134 # define malloc(s) ((void*)(DEBUG_NEW char[s])) macro
/dports/net-p2p/torrent-file-editor/torrent-file-editor-0.3.17/nvwa/
H A Ddebug_new.h153 # define malloc(s) ((void*)(new char[s])) macro
155 # define malloc(s) ((void*)(DEBUG_NEW char[s])) macro
/dports/games/manaplus/manaplus-2.1.3.17/src/debug/nvwa/
H A Ddebug_new.h152 # define malloc(s) ((void*)(new char[s])) macro
154 # define malloc(s) ((void*)(DEBUG_NEW char[s])) macro
/dports/devel/libhoard/Hoard/src/Heap-Layers/heaps/debug/
H A Dstatsheap.h20 void * malloc (size_t sz) { in malloc() function
66 void * malloc (size_t sz) { in malloc() function
/dports/devel/simgear/simgear-2020.3.11/3rdparty/expat/
H A Dxmldef.h39 #define malloc(x) HeapAlloc(GetProcessHeap(), 0, (x)) macro
57 #define malloc(x) PR_Malloc(x) macro
/dports/polish/libtlen/libtlen-20041113/lib/
H A Dxmldef.h16 #define malloc(x) HeapAlloc(GetProcessHeap(), 0, (x)) macro
34 #define malloc(x) PR_Malloc(x) macro
/dports/www/sitecopy/sitecopy-0.16.6/lib/expat/xmltok/
H A Dxmldef.h28 #define malloc(x) HeapAlloc(GetProcessHeap(), 0, (x)) macro
46 #define malloc(x) PR_Malloc(x) macro
/dports/net-im/centerim/centerim-4.22.10/libjabber/
H A Dxmldef.h39 #define malloc(x) HeapAlloc(GetProcessHeap(), 0, (x)) macro
57 #define malloc(x) PR_Malloc(x) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/decompress/
H A Dmm.h34 static void *malloc(int size) in malloc() function
81 #define malloc(a) kmalloc(a, GFP_KERNEL) macro
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/decompress/
H A Dmm.h34 static void *malloc(int size) in malloc() function
81 #define malloc(a) kmalloc(a, GFP_KERNEL) macro
/dports/www/litmus/litmus-0.13/lib/expat/xmltok/
H A Dxmldef.h28 #define malloc(x) HeapAlloc(GetProcessHeap(), 0, (x)) macro
46 #define malloc(x) PR_Malloc(x) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/decompress/
H A Dmm.h34 static void *malloc(int size) in malloc() function
81 #define malloc(a) kmalloc(a, GFP_KERNEL) macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/lib/expat/xmltok/
H A Dxmldef.h16 #define malloc(x) HeapAlloc(GetProcessHeap(), 0, (x)) macro
36 #define malloc(x) PR_Malloc((size_t)(x)) macro
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/include/gtk-xmhtml/
H A Dgtk-xmhtmlfuncs.h109 #define malloc(SZ) g_malloc((SZ)) macro
132 #define malloc(SZ) __rsd_malloc((SZ), __FILE__, __LINE__) macro
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/include/XmHTML/
H A DXmHTMLfuncs.h109 #define malloc(SZ) XtMalloc((SZ)) macro
125 #define malloc(SZ) __rsd_malloc((SZ), __FILE__, __LINE__) macro
/dports/science/afni/afni-AFNI_21.3.16/src/XmHTML/include/XmHTML/
H A DXmHTMLfuncs.h112 #define malloc(SZ) XtMalloc((SZ)) macro
128 #define malloc(SZ) __rsd_malloc((SZ), __FILE__, __LINE__) macro
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/lib/expat/xmltok/
H A Dxmldef.h16 #define malloc(x) HeapAlloc(GetProcessHeap(), 0, (x)) macro
36 #define malloc(x) PR_Malloc((size_t)(x)) macro
/dports/devel/thrust/thrust-1.9.5/thrust/system/detail/generic/
H A Dmemory.inl36 void malloc(thrust::execution_policy<DerivedPolicy> &, Size) function
48 malloc(thrust::execution_policy<DerivedPolicy> &exec, std::size_t n) function
/dports/www/libevhtp/libevhtp-1.2.16/include/evhtp/
H A Dconfig.h.in53 #define malloc(size) tc_malloc(size) macro
62 #define malloc(size) je_malloc(size) macro
/dports/devel/py-cymem/cymem-2.0.6/cymem/
H A Dcymem.pxd6 cdef void _set(self, malloc_t malloc)
8 cdef PyMalloc WrapMalloc(malloc_t malloc)
/dports/misc/visp/visp-3.4.0/3rdparty/atidaq/
H A Dxmldef.h33 #define malloc(x) HeapAlloc(GetProcessHeap(), 0, (x)) macro
53 #define malloc(x) PR_Malloc((size_t)(x)) macro
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Dscanner.l46 #define malloc my_malloc macro
51 #define malloc omAlloc macro
/dports/devel/google-perftools/gperftools-2.9.1/packages/rpm/
H A Drpm.spec22 malloc() and cpu and heap profiling utilities. function

12345678910>>...187