If a Mac OS X application (command-line OR GUI) crashes, and therefore doesn't free any memory it may have allocated, does Mac OS X return such memory back to the free memory pool (because, for example, such allocations are part of the application's memory size), or is that memory lost in a state of being allocated but never freed? In Mac OS 9, an application crash would leak memory.