由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Please Help, dynamic memory after fork()
相关主题
why do we still use dynamic allocation?请问delete的问题
请问可以这样定义struct吗?pointer to base class = new derived, what will happend??
Dynamic buffer management question问个fork cow的问题
内存分配问题static variable存在heap还是stack?
a small question about c++ memory allocationvector< vector > > 怎么初始化?
shared_ptr and dynamic_pointer_castWhat problem can occur when dynamically allocated classes
new and delete in c++请问一个入门级 dynamic memory 的问题
请问一个关于 cost of pointer的问题【请教】在家里用2个router上网(一前一后)的问题 (转载)
相关话题的讨论汇总
话题: memory话题: dynamic话题: fork话题: after话题: newly
进入Programming版参与讨论
1 (共1页)
b***n
发帖数: 590
1
what happens to dynamic memory after fork()?
Does the newly created process receive automatically newly allocated dynamic
memory, or two pointers of two process still points to the same memory
location?
Thanks!
1 (共1页)
进入Programming版参与讨论
相关主题
【请教】在家里用2个router上网(一前一后)的问题 (转载)a small question about c++ memory allocation
3 c++ challenge-and-grill questionsshared_ptr and dynamic_pointer_cast
new一定要和delete配对吗?new and delete in c++
effective C++里的memory pool 一问:请问一个关于 cost of pointer的问题
why do we still use dynamic allocation?请问delete的问题
请问可以这样定义struct吗?pointer to base class = new derived, what will happend??
Dynamic buffer management question问个fork cow的问题
内存分配问题static variable存在heap还是stack?
相关话题的讨论汇总
话题: memory话题: dynamic话题: fork话题: after话题: newly