List Question
20 TechQA 2023-07-01T22:31:57.463000segmentation fault when calling brk() and printf()
106 views
Asked by barbyQAQ
Can the pointer returned by sys _brk overlap the stack on Linux?
41 views
Asked by pts
In what circumstances can malloc_trim(0) cause a crash?
320 views
Asked by Praveen
Why using both malloc/calloc/realloc and brk functions will results in undefined behavior?
142 views
Asked by chroshimmer
Too many brk() noticed in strace
277 views
Asked by LilyEvans
Heap break will not change after free()?
115 views
Asked by Praveen
Memory allocation of program without any allocation syscalls
101 views
Asked by hpirlo
Problems with malloc
80 views
Asked by CodeFish
Why are user processes responsible for requesting memory from the OS?
100 views
Asked by Dragonsheep
Can I enforce sbrk return address to be within a certain specific range?
192 views
Asked by AetX
Will malloc round up to the nearest page size?
1.2k views
Asked by mediocrevegetable1
Own Malloc implementation freeze at brk
480 views
Asked by XaniXxable
Need to align memory on a power of 2 and align the program break on a multiple of 2 * getpagesize() in C
1k views
Asked by freeinternet
Why isn't argument of brk(void *end_data_segment), rounded up to the next page boundary?
96 views
Asked by Rick
why do the argument of function brk() is void* and not int type?
89 views
Asked by E. Ginzburg
In which case, echo can append the NULL characters unexpectedly
378 views
Asked by Yves
Linux: brk() error 'Cannot allocate memory'
430 views
Asked by MajorasKid
who is calling the brk(NULL) and why?
4k views
Asked by Ellanti Kishore
assembly x86 allocating array of structs dynamically using system calls
222 views
Asked by UltimateMath
In malloc, why use brk at all? Why not just use mmap?
16.1k views
Asked by Nate C-K