List Question
20 TechQA 2023-11-27T03:20:41.427000How does sbrk in MIPS properly get called
86 views
Asked by Niv O
Efficient 2 pass using heap memory
92 views
Asked by user129393192
Can the pointer returned by sys _brk overlap the stack on Linux?
41 views
Asked by pts
Why does this code segfault on one machine but run fine on another?
155 views
Asked by Malik Allahham
Why do I hit Invalid write/read after sbrk (recoding mini malloc)?
102 views
Asked by MainDawnSir
Abort in glibc while trying to use sbrk to reduce the size of the data segment
622 views
Asked by Arc
How to free the heap memory in MIPS
871 views
Asked by Vavaste
Why would I get an error like this when calling sbrk()?
159 views
Asked by Art smart
Where does malloc() allocate memory? Is it the data section or the heap section of the virtual address space of the process?
4.5k views
Asked by Abhishek Ghosh
warning: implicit declaration of function 'sbrk' after Importing unistd.h
315 views
Asked by o o
C++ Malloc Doesn't call mmap or brk?
179 views
Asked by AudioBubble
How to Convert Void* into size_t?
1k views
Asked by AudioBubble
Can I enforce sbrk return address to be within a certain specific range?
192 views
Asked by AetX
sbrk() - cast to pointer from integer of different size
420 views
Asked by Adam
Mac OS Catalina sbrk is deprecated
1.5k views
Asked by joycem8845
does brk and sbrk round the program break to the nearest page boundary?
505 views
Asked by codesavesworld
brk() exceeding the heap when implementing malloc()
312 views
Asked by Umar Sheikh Salem
Program break doesnt change after calling malloc in a loop?
408 views
Asked by KMG
How to free memory that has been allocated by sbrk()? Can I use munmap?
1.2k views
Asked by Juan Pablo
printf uses sbrk, conflicting with custom memory allocator
578 views
Asked by Abhishek Sagar