摘要
Symbian操作系统中,使用TRAP机制捕获系统异常,控制内存分配过程。清除栈结构可以保证当发生异常产生的情况下,系统不会出现内存泄露。对自定义类型的两段构造方法,可以修改C++默认的构造规则,保证内存安全。
Symbian operating system uses the TRAP mechanism to capture system exceptions and control memory allocation process.In case of system exception,the cleanup stack structure can ensure the system memory leak does not occur.Through two steps constructor,programmers can modify the C++ default constructor rules to ensure the memory safety.
出处
《电脑编程技巧与维护》
2010年第8期3-4,11,共3页
Computer Programming Skills & Maintenance