Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7927785
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T19:29:49+00:00 2026-06-03T19:29:49+00:00

Because if main() creates an NSAutoreleasePool , and drains it before the program exits,

  • 0

Because if main() creates an NSAutoreleasePool, and drains it before the program exits, then even though it can prevent memory leaks, the whole process’s memory space is going to be freed up next anyway — does it matter if we free up little pieces if the whole piece is freed up next? In fact, if it keeps on working on the small pieces, won’t it cause the program to exit slower?

(drain can invoke release, which in turn invoke dealloc, but if dealloc is only to free up memory but nothing else (such as closing a file), then the drain won’t help freeing up memory)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T19:29:51+00:00Added an answer on June 3, 2026 at 7:29 pm

    It’s considered good practice to clean up after yourself where possible, rather than relying on the environment to do it for you. If all you’re worried about is memory usage, then no, the topmost pool isn’t strictly necessary–but that’s not the only thing you need to consider. Objects may do things other than free memory in their -dealloc methods (e.g. flushing files to disk, releasing rare OS resources, or freeing up resources that aren’t otherwise returned to the system on process exit.)

    Not to mention the console spam when objects get autoreleased without a pool present.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a function thats the main bottleneck of my application, because its doing
I'll only try to present the main part of the problem, because the whole
Because I've made .cpp files and then transferred them into .h files, the only
Because of memory constrains, I have to store some pairs of values in an
Because some email clients don't properly render external stylesheets (or even styles within the
I have a borderless Windows Forms application. The main window creates other forms (simple
Consider the following program. It creates a set of pointer-to-ints, and uses a custom
I have an app which creates a thread which communicate with the main UI
How can I force a section of code to be executed on my main
#import <UIKit/UIKit.h> int main(int argc, char *argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc]

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.