How can a moderately sized memory allocation fail in a 64 bit process on Mac OS X?

前端 未结 6 1737
眼角桃花
眼角桃花 2021-01-02 01:30

I\'m building a photo book layout application. The application frequently decompresses JPEG images into in-memory bitmap buffers. The size of the images is constrained to 10

6条回答
  •  温柔的废话
    2021-01-02 01:59

    You may be running out of swap space. Even though you have a swap file and virtual memory, the amount of swap space available is still limited by the space on your hard disk for swap files.

提交回复
热议问题