List Question
20 TechQA 2024-03-29T13:57:16.570000Why are pre-allocated stacks expensive, given 64-bit virtual memory?
45 views
Asked by rwallace
Using page-table remapping to avoid data-copying during array-reallocation
62 views
Asked by Jeremy Friesner
Is there a better way in Linux to query a memory mapping than text parsing /proc/self/maps?
21 views
Asked by Myria
Converting virtual address to real address - in hexadecimal
27 views
Asked by ocrasoup
Can AWS Sagemaker training instances swap virtual memory to disk?
30 views
Asked by Amber
Is it possible to write at virtual 0x0 on a classical OS?
262 views
Asked by Architek
How does a TLB manage memory translation for addresses that cross page boundaries?
30 views
Asked by Rahat
Using psutil.virtual_memory() to calculated the memory consumption of a module within a program
35 views
Asked by Sandeep_311
Number of segments that can be in main memory at certain instant
20 views
Asked by Zeccc
What is the difference Between 'Dirty Memory' and 'Dirty Size' in iOS VM Tracker?
94 views
Asked by I_Jemin
Allocate region of virtual address space upfront
70 views
Asked by Jack Humphries
Assumptions about dwPageSize on different systems
140 views
Asked by Juliean
How is the physical address of the page table calculated from page directory
99 views
Asked by nightloewe1
Segfault on mprotect increasing memory
58 views
Asked by RTC222
How does memory splitting work with mmap() and virtual memory?
85 views
Asked by Shahaboddin
Linux Kernel Virtual memory space, Address Handling and Virtual Memory Confusion
98 views
Asked by Alfredo
Virtual memory increases when importing a module from multiple threads
31 views
Asked by shiva shankar
How does the OS know what virtual page a specific memory address references?
144 views
Asked by Joshua Goncalves