Home
last modified time | relevance | path

Searched refs:VirtualFree (Results 1 – 25 of 1677) sorted by relevance

12345678910>>...68

/dports/archivers/unadf/ADFlib-f3af9e0/src/win32/
H A Dnt4_dev.c82 VirtualFree(lpvoidTempBuf, 0, MEM_RELEASE); in NT4ReadSector()
87 VirtualFree(lpvoidTempBuf, 0, MEM_RELEASE); in NT4ReadSector()
92 VirtualFree(lpvoidTempBuf, 0, MEM_RELEASE); in NT4ReadSector()
108 VirtualFree(lpvoidTempBuf, 0, MEM_RELEASE); in NT4WriteSector()
115 VirtualFree(lpvoidTempBuf, 0, MEM_RELEASE); in NT4WriteSector()
119 VirtualFree(lpvoidTempBuf, 0, MEM_RELEASE); in NT4WriteSector()
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/sysdep/win32/
H A Dmem.c119 VirtualFree (addr, size, MEM_RELEASE); in _gst_osmem_alloc()
129 VirtualFree(ptr, size, MEM_DECOMMIT); in _gst_osmem_free()
130 VirtualFree(ptr, size, MEM_RELEASE); in _gst_osmem_free()
149 VirtualFree(base, size, MEM_RELEASE); in _gst_osmem_release()
166 VirtualFree(base, size, MEM_DECOMMIT); in _gst_osmem_decommit()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/
H A DRegisterFile.cpp40 VirtualFree(m_buffer, DWORD(m_commitEnd) - DWORD(m_buffer), MEM_DECOMMIT); in ~RegisterFile()
42 VirtualFree(m_buffer, 0, MEM_RELEASE); in ~RegisterFile()
55 VirtualFree(m_start, (m_max - m_start) * sizeof(Register), MEM_DECOMMIT); in releaseExcessCapacity()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/
H A DRegisterFile.cpp40 VirtualFree(m_buffer, DWORD(m_commitEnd) - DWORD(m_buffer), MEM_DECOMMIT); in ~RegisterFile()
42 VirtualFree(m_buffer, 0, MEM_RELEASE); in ~RegisterFile()
55 VirtualFree(m_start, (m_max - m_start) * sizeof(Register), MEM_DECOMMIT); in releaseExcessCapacity()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/
H A DRegisterFile.cpp40 VirtualFree(m_buffer, DWORD(m_commitEnd) - DWORD(m_buffer), MEM_DECOMMIT); in ~RegisterFile()
42 VirtualFree(m_buffer, 0, MEM_RELEASE); in ~RegisterFile()
65 VirtualFree(m_start, (m_max - m_start) * sizeof(Register), MEM_DECOMMIT); in releaseExcessCapacity()
/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Dosmemwin.cpp70 VirtualFree(memBase, 0, MEM_RELEASE); // Free the old area that isn't suitable. in Initialise()
115 if (!VirtualFree(p, space, MEM_DECOMMIT)) in FreeDataArea()
157 if (! VirtualFree(codeAddr, space, MEM_DECOMMIT)) in FreeCodeArea()
220 return VirtualFree(p, 0, MEM_RELEASE) == TRUE; in FreeDataArea()
244 return VirtualFree(codeAddr, 0, MEM_RELEASE) == TRUE; in FreeCodeArea()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/wtf/
H A DOSAllocatorWinRT.cpp90 bool result = VirtualFree(address, bytes, MEM_DECOMMIT); in decommit()
97 bool result = VirtualFree(address, 0, MEM_RELEASE); in releaseDecommitted()
112 VirtualFree(all, 0, MEM_RELEASE); in canAllocateExecutableMemory()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/wtf/
H A DOSAllocatorWinRT.cpp90 bool result = VirtualFree(address, bytes, MEM_DECOMMIT); in decommit()
97 bool result = VirtualFree(address, 0, MEM_RELEASE); in releaseDecommitted()
112 VirtualFree(all, 0, MEM_RELEASE); in canAllocateExecutableMemory()
/dports/games/libretro-mu/Mu-ff746b8/src/armv5te/os/
H A Dos-win32.c23 VirtualFree(ptr, 0, MEM_RELEASE); in os_free()
39 VirtualFree(page, size, MEM_DECOMMIT); in os_sparse_decommit()
132 VirtualFree(addr_cache, 0, MEM_RELEASE); in addr_cache_deinit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/win/
H A Daddrspace_teardown.c19 if (!VirtualFree(mem_start - NACL_ADDRSPACE_LOWER_GUARD_SIZE, 0, in FreeGuardRegions()
27 if (!VirtualFree(mem_start + addrsp_size, 0, MEM_RELEASE)) { in FreeGuardRegions()
H A Dsel_memory.c37 if (!VirtualFree(p, 0, MEM_RELEASE)) { in NaClPageFree()
118 (void) VirtualFree(addr, 0, MEM_RELEASE); in NaClPageAllocAtAddr()
139 (void) VirtualFree(unroll, 0, MEM_RELEASE); in NaClPageAllocAtAddr()
335 if (!VirtualFree((void *) cur_addr, cur_chunk_size, MEM_DECOMMIT)) { in NaClMprotect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/allocator/partition_allocator/
H A Dpage_allocator_internals_win.h74 return VirtualFree(address, length, MEM_DECOMMIT) != 0; in TrySetSystemPagesAccessInternal()
84 if (!VirtualFree(address, length, MEM_DECOMMIT)) { in SetSystemPagesAccessInternal()
103 PA_CHECK(VirtualFree(address, 0, MEM_RELEASE)); in FreePagesInternal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/allocator/partition_allocator/
H A Dpage_allocator_internals_win.h74 return VirtualFree(address, length, MEM_DECOMMIT) != 0; in TrySetSystemPagesAccessInternal()
84 if (!VirtualFree(address, length, MEM_DECOMMIT)) { in SetSystemPagesAccessInternal()
103 CHECK(VirtualFree(address, 0, MEM_RELEASE)); in FreePagesInternal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/base/allocator/partition_allocator/
H A Dpage_allocator_internals_win.h74 return VirtualFree(address, length, MEM_DECOMMIT) != 0; in TrySetSystemPagesAccessInternal()
84 if (!VirtualFree(address, length, MEM_DECOMMIT)) { in SetSystemPagesAccessInternal()
103 CHECK(VirtualFree(address, 0, MEM_RELEASE)); in FreePagesInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/base/allocator/partition_allocator/
H A Dpage_allocator_internals_win.h76 return VirtualFree(address, length, MEM_DECOMMIT) != 0; in TrySetSystemPagesAccessInternal()
86 if (!VirtualFree(address, length, MEM_DECOMMIT)) { in SetSystemPagesAccessInternal()
105 CHECK(VirtualFree(address, 0, MEM_RELEASE)); in FreePagesInternal()
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/race/
H A Drace_windows_test.go22 VirtualFree := kernel32.NewProc("VirtualFree")
33 defer syscall.Syscall(VirtualFree.Addr(), 3, mem, 1<<20, MEM_RELEASE)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/race/
H A Drace_windows_test.go22 VirtualFree := kernel32.NewProc("VirtualFree")
33 defer syscall.Syscall(VirtualFree.Addr(), 3, mem, 1<<20, MEM_RELEASE)
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/gwp_asan/client/
H A Dguarded_page_allocator_win.cc29 BOOL err = VirtualFree(reinterpret_cast<void*>(state_.pages_base_addr), 0, in UnmapRegion()
41 BOOL err = VirtualFree(ptr, state_.page_size, MEM_DECOMMIT); in MarkPageInaccessible()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/gwp_asan/client/
H A Dguarded_page_allocator_win.cc29 BOOL err = VirtualFree(reinterpret_cast<void*>(state_.pages_base_addr), 0, in UnmapRegion()
41 BOOL err = VirtualFree(ptr, state_.page_size, MEM_DECOMMIT); in MarkPageInaccessible()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/util/
H A Doslib-win32.c85 VirtualFree(ptr, 0, MEM_RELEASE); in qemu_vfree()
93 VirtualFree(ptr, 0, MEM_RELEASE); in qemu_anon_ram_free()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/util/
H A Doslib-win32.c85 VirtualFree(ptr, 0, MEM_RELEASE); in qemu_vfree()
93 VirtualFree(ptr, 0, MEM_RELEASE); in qemu_anon_ram_free()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/elastic/go-sysinfo/providers/linux/
H A Dmemory_linux.go50 memInfo.VirtualFree = num
62 memInfo.VirtualUsed = memInfo.VirtualTotal - memInfo.VirtualFree
/dports/net/traefik/traefik-2.6.1/vendor/github.com/elastic/go-sysinfo/providers/linux/
H A Dmemory_linux.go50 memInfo.VirtualFree = num
62 memInfo.VirtualUsed = memInfo.VirtualTotal - memInfo.VirtualFree
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/wince/
H A DMemoryManager.cpp30 #undef VirtualFree
94 VirtualFree(p, 65536, MEM_RELEASE); in free64kBlock()
109 return ::VirtualFree(lpAddress, dwSize, dwFreeType); in virtualFree()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/wince/
H A DMemoryManager.cpp30 #undef VirtualFree
94 VirtualFree(p, 65536, MEM_RELEASE); in free64kBlock()
109 return ::VirtualFree(lpAddress, dwSize, dwFreeType); in virtualFree()

12345678910>>...68