Search code examples
Are .text pages swapped-out?...

linux-kernelkernelpagingswapvirtual-memory

Read More
Is there an explanation on the paging qn asked in 'The Social Network'?...

operating-systempagingvirtual-memory

Read More
What is page tables, pages, and page table entry?...

pagingramvirtual-memory

Read More
serial memory pages (virtual memory) and TLB hit...

memorymemory-managementvirtual-memorytlb

Read More
Why Linux has 4 layers of "page tables" and how it works exactly...

linuxmemoryprocessoperating-systemvirtual-memory

Read More
Are page table locations specified/constrained in x86 operating systems?...

x86operating-systemcpu-architecturevirtual-memorypage-tables

Read More
Why can the stack collide with the heap if they are located in a virtual space that is very large in...

memory-managementheap-memoryvirtual-memorystack-memory

Read More
Stack and process data segment (heap) allocation from OS VMM?...

unixmemorymemory-managementvirtual-memory

Read More
What exactly is the "Kernel Master Page Global Directory"?...

operating-systemvirtual-memory

Read More
Is lazy binding of shared library achieved using lazy allocation of virtual memory by OS?...

linuxdlloperating-systemshared-librariesvirtual-memory

Read More
What's the actual page size for a 32-bit process running on WOW64?...

cwindowswinapimemory-managementvirtual-memory

Read More
How can I ensure that the virtual memory address allocated by VirtualAlloc is between 2-4GB...

c++winapimemory-managementvirtual-memory

Read More
What's the difference between page and block in operating system?...

operating-systemvirtual-memory

Read More
Stack size in relation to virtual memory...

heap-memorystack-overflowvirtual-memorystack-memory

Read More
Can't understand Belady's anomaly...

operating-systemvirtual-memorypage-fault

Read More
Using page-table remapping to avoid data-copying during array-reallocation...

c++data-structuresvirtual-memorypage-tables

Read More
Get the maximum addressable memory space on a Win32 system...

c++winapimemoryramvirtual-memory

Read More
Why do x86-64 systems have only a 48 bit virtual address space?...

x86-64virtual-memorycpu-architecture

Read More
Is it possible to write at virtual 0x0 on a classical OS?...

cassemblygccldvirtual-memory

Read More
mmap memory backed by other memory?...

clinuxmmapvirtual-memory

Read More
What is the difference Between 'Dirty Memory' and 'Dirty Size' in iOS VM Tracker?...

iosinstrumentsvirtual-memory

Read More
How to calculate the memory size of a page table for a single process?...

memoryoperating-systemcomputer-sciencepagingvirtual-memory

Read More
Allocate region of virtual address space upfront...

clinuxmmapvirtual-memory

Read More
Assumptions about dwPageSize on different systems...

c++windowsassemblywinapivirtual-memory

Read More
Why do we need one jump after changing `PG` with `mov CR0, ...` when using non-completely serializin...

assemblyx86pagingvirtual-memoryosdev

Read More
How is the physical address of the page table calculated from page directory...

memoryoperating-systempagingramvirtual-memory

Read More
Address designation in RISC-V...

linux-kernelmemory-addressvirtual-memoryriscv

Read More
What is the difference between address space size and the "bound" when using base and boun...

operating-systemvirtual-memory

Read More
How does the OS know what virtual page a specific memory address references?...

c++operating-systemheap-memorycpuvirtual-memory

Read More
Why malloc doesn't malloc?...

cmallocvirtual-memorymemory-mappingpmap

Read More
BackNext