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

  • Home
  • SEARCH
  • 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 6390479
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T03:33:11+00:00 2026-05-25T03:33:11+00:00

In terms of memory management, is it correct to modify the input variable content

  • 0

In terms of memory management, is it correct to modify the input variable content in the following method?

- (NSMutableArray *) extractResults:(NSString *)content {
  ...
  regex = [NSRegularExpression ...];
  content = [regex stringByReplacingMatchesInString:content
                                            options:0
                                              range:NSMakeRange(0, [content length])
                                       withTemplate:@""];
  ...
}

In this particular case I do not care if the value remains modified outside the method scope. Just wondering if that assignment produces a memory leak.

Thanks!

  • 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-25T03:33:11+00:00Added an answer on May 25, 2026 at 3:33 am

    No, it doesn’t produce a leak because the return value of stringByReplacing... is autoreleased. However, you should be aware that you are not modifying the content object at all. NSString is immutable, so you can’t do that, you’re creating a new instance and assigning it to the variable.

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

Sidebar

Related Questions

in the following code, How - in terms of memory management - is class
In terms of memory and time, is it better to make a method static?
What exactly happens, in terms of memory, when i declare something like: char arr[4];
In terms of actual low level atomic instructions and memory fences (I assume they're
Using groovy, would you expect better performance in terms of speed and memory overhead
Hey guys, lately I have been asking quite a few questions about memory management
Coming from Java and Python, I am not so well versed in memory management,
I would like to know the technical reason(in terms of memory) why this piece
What is more efficient in terms of memory and CPU usage — an array
What is more efficient in Python in terms of memory usage and CPU consumption

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.