| /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/ |
| mmap_allocator.d | 74 import core.sys.windows.winnt : MEM_COMMIT, PAGE_READWRITE, MEM_RELEASE; 99 return b.ptr is null || VirtualFree(b.ptr, 0, MEM_RELEASE) != 0;
|
| /src/sys/arch/hpcmips/stand/pbsdboot/ |
| vmem.c | 290 VirtualFree(mem, 0, MEM_RELEASE); 319 VirtualFree(mem, 0, MEM_RELEASE); 379 VirtualFree(heap, 0, MEM_RELEASE); 383 VirtualFree(phys_addrs, 0, MEM_RELEASE);
|
| disptest.c | 368 VirtualFree(p, 0, MEM_RELEASE); 424 VirtualFree(p, 0, MEM_RELEASE); 489 VirtualFree(p, 0, MEM_RELEASE); 523 VirtualFree(p, 0, MEM_RELEASE);
|
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| host-mingw32.cc | 104 VirtualFree (res, 0, MEM_RELEASE);
|
| /src/sys/arch/hpc/stand/hpcboot/ |
| memory.cpp | 55 VirtualFree(LPVOID(_memory), 0, MEM_RELEASE); 230 int ok = VirtualFree(LPVOID(truncPage(vaddr)), 0, MEM_RELEASE); 366 if (!VirtualFree(ref, 0, MEM_RELEASE))
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| host-mingw32.cc | 110 VirtualFree (res, 0, MEM_RELEASE);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/gc/ |
| os.d | 14 import core.sys.windows.winnt : MEM_COMMIT, MEM_RELEASE, MEM_RESERVE, PAGE_READWRITE; 134 return cast(int)(VirtualFree(base, 0, MEM_RELEASE) == 0);
|
| /src/sys/external/bsd/sljit/dist/sljit_src/ |
| sljitExecAllocator.c | 94 VirtualFree(chunk, 0, MEM_RELEASE);
|
| sljitUtils.c | 339 VirtualFree((void*)stack->max_limit, 0, MEM_RELEASE);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_win.cc | 126 // MEM_RELEASE can only be used to unmap whole regions previously mapped with 127 // VirtualAlloc. So we first try MEM_RELEASE since it is better, and if that 129 if (VirtualFree(addr, 0, MEM_RELEASE) == 0) { 172 if (VirtualFree((void *)mapped_addr, 0, MEM_RELEASE) == 0) 192 if (VirtualFree((void *)mapped_addr, 0, MEM_RELEASE) == 0)
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_win.cpp | 154 // MEM_RELEASE can only be used to unmap whole regions previously mapped with 155 // VirtualAlloc. So we first try MEM_RELEASE since it is better, and if that 157 if (VirtualFree(addr, 0, MEM_RELEASE) == 0) { 200 if (VirtualFree((void *)mapped_addr, 0, MEM_RELEASE) == 0) 220 if (VirtualFree((void *)mapped_addr, 0, MEM_RELEASE) == 0)
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_win.cpp | 145 // MEM_RELEASE can only be used to unmap whole regions previously mapped with 146 // VirtualAlloc. So we first try MEM_RELEASE since it is better, and if that 148 if (VirtualFree(addr, 0, MEM_RELEASE) == 0) { 191 if (VirtualFree((void *)mapped_addr, 0, MEM_RELEASE) == 0) 211 if (VirtualFree((void *)mapped_addr, 0, MEM_RELEASE) == 0)
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
| ascending_page_allocator.d | 67 import core.sys.windows.winnt : MEM_RELEASE; 68 auto ret = VirtualFree(cast(void*) data, 0, MEM_RELEASE);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
| interception_win.cc | 354 ::VirtualFree((void*)current->content, 0, MEM_RELEASE);
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/sodium/ |
| utils.c | 486 VirtualFree(ptr, 0U, MEM_RELEASE);
|
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| mem_sec.c | 603 VirtualFree(sh.map_result, 0, MEM_RELEASE);
|
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| mem_sec.c | 588 VirtualFree(sh.map_result, 0, MEM_RELEASE);
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| pages.c | 204 if (VirtualFree(addr, 0, MEM_RELEASE) == 0)
|
| /src/external/bsd/jemalloc/dist/src/ |
| pages.c | 237 if (VirtualFree(addr, 0, MEM_RELEASE) == 0)
|
| /src/external/gpl3/gcc/dist/libsanitizer/interception/ |
| interception_win.cpp | 383 ::VirtualFree((void*)current->content, 0, MEM_RELEASE);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/interception/ |
| interception_win.cpp | 353 ::VirtualFree((void*)current->content, 0, MEM_RELEASE);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/thread/ |
| fiber.d | 1127 VirtualFree( m_pmem, 0, MEM_RELEASE );
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_disk_windows.c | 2262 VirtualFree(t->ol[i].buff, 0, MEM_RELEASE);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/ |
| winnt.d | 1051 MEM_RELEASE = 0x00008000,
|