Is operator new safe?
Is operator new safe?
- Subject: Is operator new safe?
- From: email@hidden
- Date: Mon, 21 Apr 2003 19:57:44 -0700
Is it safe to use the c++ operator new in a kernel extension?
I'm porting a file system library written in c++ to MacOS X, and I'm
getting a kernel panic when it calls new after performing a series of
I/Os, so I'm trying to determine whether the call to new is the
problem, or if I trashed memory when performing my I/O.
Thanks,
Ron Aldrich
Software Architects, Inc.
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.