Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当操作系统为对象、数组等分配内存时,是否有可能收到“消息”。像Objective-C?我只想创建自己的NSAutoreleasePool. 谢谢。
NSAutoreleasePool
如果你在一个合适的平台上(使用 GNU libc),你可以为malloc etc指定钩子来修改它们的行为。看这里。
malloc