Home
last modified time | relevance | path

Searched defs:TclpSysAlloc (Results 1 – 17 of 17) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/ThirdParty/TclTk/internals/tk8.5/
H A DtclWinPort.h483 # define TclpSysAlloc(size, isBin) malloc((size)) macro
487 # define TclpSysAlloc(size, isBin) ((void*)HeapAlloc(GetProcessHeap(), \ macro
H A DtclUnixPort.h621 #define TclpSysAlloc(size, isBin) malloc((size_t)size) macro
/dports/math/vtk6/VTK-6.2.0/ThirdParty/TclTk/internals/tk8.5/
H A DtclWinPort.h483 # define TclpSysAlloc(size, isBin) malloc((size)) macro
487 # define TclpSysAlloc(size, isBin) ((void*)HeapAlloc(GetProcessHeap(), \ macro
H A DtclUnixPort.h621 #define TclpSysAlloc(size, isBin) malloc((size_t)size) macro
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclWin/
H A DtclWinPort.h442 # define TclpSysAlloc(size, isBin) malloc((size)) macro
446 # define TclpSysAlloc(size, isBin) ((void*)HeapAlloc(GetProcessHeap(), \ macro
/dports/lang/tcl85/tcl8.5.19/unix/
H A DtclUnixPort.h610 #define TclpSysAlloc(size, isBin) malloc((size_t)size) macro
/dports/lang/tcl85/tcl8.5.19/win/
H A DtclWinPort.h444 #define TclpSysAlloc(size, isBin) ((void*)HeapAlloc(GetProcessHeap(), \ macro
/dports/math/vtk6/VTK-6.2.0/ThirdParty/TclTk/internals/tk8.6/
H A DtclUnixPort.h706 #define TclpSysAlloc(size, isBin) malloc((size_t)(size)) macro
H A DtclWinPort.h526 #define TclpSysAlloc(size, isBin) ((void*)HeapAlloc(GetProcessHeap(), \ macro
/dports/math/vtk8/VTK-8.2.0/ThirdParty/TclTk/internals/tk8.6/
H A DtclUnixPort.h706 #define TclpSysAlloc(size, isBin) malloc((size_t)(size)) macro
H A DtclWinPort.h526 #define TclpSysAlloc(size, isBin) ((void*)HeapAlloc(GetProcessHeap(), \ macro
/dports/lang/tcl86/tcl8.6.12/unix/
H A DtclUnixPort.h692 #define TclpSysAlloc(size, isBin) malloc((size_t)(size)) macro
/dports/lang/tcl87/tcl8.7a5/unix/
H A DtclUnixPort.h678 #define TclpSysAlloc(size, isBin) malloc((size_t)(size)) macro
/dports/lang/tcl87/tcl8.7a5/win/
H A DtclWinPort.h516 #define TclpSysAlloc(size, isBin) ((void*)HeapAlloc(GetProcessHeap(), \ macro
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclUnix/
H A DtclUnixPort.h539 # define TclpSysAlloc(size, isBin) malloc((size_t)size) macro
/dports/lang/tcl86/tcl8.6.12/win/
H A DtclWinPort.h545 #define TclpSysAlloc(size, isBin) ((void*)HeapAlloc(GetProcessHeap(), \ macro
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclIntPlatDecls.h472 #define TclpSysAlloc \ macro