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 7368325
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T03:39:16+00:00 2026-05-29T03:39:16+00:00

Objective c has release method. I want to create my own method that duplicate

  • 0

Objective c has release method. I want to create my own method that duplicate objective c method. But I don’t know hot to free a memory.

-(void) release
{
 if(retainCount == 1)
 {
  [self freeMemory];
 }
 else
 {
  retainCount --;
 }
}

-(void) freeMemory
{

} 
  • 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-05-29T03:39:17+00:00Added an answer on May 29, 2026 at 3:39 am

    The short answer is that you would call [self dealloc], but you really shouldn’t be doing stuff like this, ever ever ever. Under ARC it’s not even possible to write this kind of code.

    Your method exactly duplicates the functionality of the release method that your class will already have inherited from NSObject, so it’s very difficult to see what the point is.

    If you want to do something extra when release is called, why not just call [super release]?

    Can you explain what it is you want to do at a higher level – maybe there’s an alternative approach?

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

Sidebar

Related Questions

I want to use/reuse C++ object with Objective-C. I have a hello.h that has
I'm starting to understand memory management better in objective-c, but there's something I don't
Something that has piqued my interest is Objective-C's BOOL type definition. Why is it
I see a lot of Objective-C code that has the following syntax when attempting
I just wrote some code. It has my own custom made class. In that
Objective-C has no namespaces; it's much like C, everything is within one global namespace.
Has anyone ever set up Cruise Control to build an OS X Cocoa/Objective-C project?
I'm making a simple program in Objective-C. It has one class with a lot
Objective-C uses a sophisticated message-passing system when one object calls a method on another
Objective: In support of a Windows Service that may have multiple instances on a

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.