Home
last modified time | relevance | path

Searched defs:lpAddress (Results 1 – 25 of 77) sorted by relevance

1234

/dports/math/scilab/scilab-6.1.1/scilab/modules/core/src/c/
H A Dwin_mem_alloc.c31 void *MyHeapRealloc(void *lpAddress, size_t dwSize, char *file, int line) in MyHeapRealloc()
100 void MyHeapFree(void *lpAddress, char *file, int line) in MyHeapFree()
156 void MyVirtualFree(void *lpAddress, char *file, int line) in MyVirtualFree()
170 void *MyHeapRealloc2(void *lpAddress, size_t dwSize, char *file, int line) in MyHeapRealloc2()
180 void MyHeapFree2(void *lpAddress, char *file, int line) in MyHeapFree2()
190 void MyVirtualFree2(void *lpAddress, char *file, int line) in MyVirtualFree2()
H A Dsci_mem_alloc.c22 void * MyReAlloc(void * lpAddress, size_t dwSize, const char *file, int line) in MyReAlloc()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/od-fs/
H A Dmman.cpp60 static void *VirtualAlloc(void *lpAddress, size_t dwSize, int flAllocationType, in VirtualAlloc()
111 static int VirtualProtect(void *lpAddress, int dwSize, int flNewProtect, in VirtualProtect()
133 static bool VirtualFree(void *lpAddress, size_t dwSize, int dwFreeType) in VirtualFree()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/windows/
H A Dos_memory_win.cpp31 LPVOID OSMemoryWindows::virtualAllocWrapper(LPVOID lpAddress, SIZE_T dwSize, DWORD flAllocationType… in virtualAllocWrapper()
35 BOOL OSMemoryWindows::virtualFreeWrapper(LPVOID lpAddress, SIZE_T dwSize, DWORD dwFreeType) { in virtualFreeWrapper()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/kernel32/
H A DInterop.VirtualQuery.cs14 …internal extern static UIntPtr VirtualQuery(SafeMemoryMappedViewHandle lpAddress, ref MEMORY_BASIC… in VirtualQuery()
H A DInterop.VirtualAlloc.cs14 …internal extern static IntPtr VirtualAlloc(SafeHandle lpAddress, UIntPtr dwSize, int flAllocationT… in VirtualAlloc()
/dports/security/py-angr/angr-9.0.5405/angr/procedures/win32/
H A DVirtualProtect.py9 def run(self, lpAddress, dwSize, flNewProtect, lpfOldProtect): argument
H A DVirtualAlloc.py39 def run(self, lpAddress, dwSize, flAllocationType, flProtect): argument
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/jitinterface/
H A Djitinterface.cpp76 …virtual void * __stdcall ClrVirtualAlloc(void * lpAddress, size_t dwSize, uint32_t flAllocationTyp… in ClrVirtualAlloc()
81 virtual uint32_t __stdcall ClrVirtualFree(void * lpAddress, size_t dwSize, uint32_t dwFreeType) in ClrVirtualFree()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/wince/
H A DMemoryManager.cpp102 LPVOID MemoryManager::virtualAlloc(LPVOID lpAddress, DWORD dwSize, DWORD flAllocationType, DWORD fl… in virtualAlloc()
107 BOOL MemoryManager::virtualFree(LPVOID lpAddress, DWORD dwSize, DWORD dwFreeType) in virtualFree()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/wince/
H A DMemoryManager.cpp102 LPVOID MemoryManager::virtualAlloc(LPVOID lpAddress, DWORD dwSize, DWORD flAllocationType, DWORD fl… in virtualAlloc()
107 BOOL MemoryManager::virtualFree(LPVOID lpAddress, DWORD dwSize, DWORD dwFreeType) in virtualFree()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wtf/wince/
H A DMemoryManager.cpp102 LPVOID MemoryManager::virtualAlloc(LPVOID lpAddress, DWORD dwSize, DWORD flAllocationType, DWORD fl… in virtualAlloc()
107 BOOL MemoryManager::virtualFree(LPVOID lpAddress, DWORD dwSize, DWORD dwFreeType) in virtualFree()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/wince/
H A DMemoryManager.cpp102 LPVOID MemoryManager::virtualAlloc(LPVOID lpAddress, DWORD dwSize, DWORD flAllocationType, DWORD fl… in virtualAlloc()
107 BOOL MemoryManager::virtualFree(LPVOID lpAddress, DWORD dwSize, DWORD dwFreeType) in virtualFree()
/dports/games/avp/avp-20170505/src/avp/win95/
H A Ddirectplay.c649 LPVOID lpAddress=NULL; in GetTCPIPConnection() local
708 LPVOID lpAddress=NULL; in InitialiseConnection() local
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/
H A Dprocess.py516 def disassemble_string(self, lpAddress, code): argument
543 def disassemble(self, lpAddress, dwSize): argument
568 def disassemble_around(self, lpAddress, dwSize = 64): argument
625 def disassemble_instruction(self, lpAddress): argument
2471 def malloc(self, dwSize, lpAddress = None): argument
2494 def mprotect(self, lpAddress, dwSize, flNewProtect): argument
2517 def mquery(self, lpAddress): argument
2535 def free(self, lpAddress): argument
H A Dthread.py1598 def disassemble_string(self, lpAddress, code): argument
1619 def disassemble(self, lpAddress, dwSize): argument
1640 def disassemble_around(self, lpAddress, dwSize = 64): argument
1681 def disassemble_instruction(self, lpAddress): argument
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/
H A Dprocess.py516 def disassemble_string(self, lpAddress, code): argument
543 def disassemble(self, lpAddress, dwSize): argument
568 def disassemble_around(self, lpAddress, dwSize = 64): argument
625 def disassemble_instruction(self, lpAddress): argument
2471 def malloc(self, dwSize, lpAddress = None): argument
2494 def mprotect(self, lpAddress, dwSize, flNewProtect): argument
2517 def mquery(self, lpAddress): argument
2535 def free(self, lpAddress): argument
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/winappdbg/
H A Dprocess.py516 def disassemble_string(self, lpAddress, code): argument
543 def disassemble(self, lpAddress, dwSize): argument
568 def disassemble_around(self, lpAddress, dwSize = 64): argument
625 def disassemble_instruction(self, lpAddress): argument
2471 def malloc(self, dwSize, lpAddress = None): argument
2494 def mprotect(self, lpAddress, dwSize, flNewProtect): argument
2517 def mquery(self, lpAddress): argument
2535 def free(self, lpAddress): argument
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/
H A Dprocess.py516 def disassemble_string(self, lpAddress, code): argument
543 def disassemble(self, lpAddress, dwSize): argument
568 def disassemble_around(self, lpAddress, dwSize = 64): argument
625 def disassemble_instruction(self, lpAddress): argument
2471 def malloc(self, dwSize, lpAddress = None): argument
2494 def mprotect(self, lpAddress, dwSize, flNewProtect): argument
2517 def mquery(self, lpAddress): argument
2535 def free(self, lpAddress): argument
/dports/devel/R-cran-BH/BH/inst/include/boost/winapi/
H A Ddll.hpp124 BOOST_FORCEINLINE SIZE_T_ VirtualQuery(LPCVOID_ lpAddress, MEMORY_BASIC_INFORMATION_* lpBuffer, SIZ… in VirtualQuery()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/winapi/
H A Ddll.hpp124 BOOST_FORCEINLINE SIZE_T_ VirtualQuery(LPCVOID_ lpAddress, MEMORY_BASIC_INFORMATION_* lpBuffer, SIZ… in VirtualQuery()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/winapi/
H A Ddll.hpp124 BOOST_FORCEINLINE SIZE_T_ VirtualQuery(LPCVOID_ lpAddress, MEMORY_BASIC_INFORMATION_* lpBuffer, SIZ… in VirtualQuery()
/dports/devel/hyperscan/boost_1_75_0/boost/winapi/
H A Ddll.hpp124 BOOST_FORCEINLINE SIZE_T_ VirtualQuery(LPCVOID_ lpAddress, MEMORY_BASIC_INFORMATION_* lpBuffer, SIZ… in VirtualQuery()
/dports/devel/py-minidump/minidump-0.0.20/minidump/utils/winapi/
H A Dkernel32.py151 def VirtualQueryEx(hProcess, lpAddress): argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Common/
H A DSafeNativeMethods.cs55 IntPtr lpAddress, in InterlockedExchangePointer()

1234