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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T10:59:26+00:00 2026-06-02T10:59:26+00:00

I have an app running on iPAD. Pretty complex one I would say. The

  • 0

I have an app running on iPAD. Pretty complex one I would say. The main issue I am facing now is the memory crash. After going through several discussion threads, I could not figure out how to resolve it.

All my memory leaks are fixed. While monitoring the heapshots in the instrument, they increase consistently of the order of 1 MB every cycle (I take heaphots at one normal “state” of the app). 80% of the heapshots increases are in “non-objects” category. All of them have a reference count of 1.

Are these non-objects memory hogging a possible reason for my memory crashes? Or is this only a symptom? Should I look for somewhere else for the root cause? If these are probable cause, what is a systematic way of eleminating these memory hogs?

Edit: Added a screen shot. As you can see, there is no call to my code (except the main() at the bottom). Can someone make any sense of the extended details on right side, where can I look for, to remove this 16 bits of memory (non-objects) having a ref count of 1 ? This is just one instance, there are such thousands, causing my memory grow.

enter image description here

  • 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-02T10:59:33+00:00Added an answer on June 2, 2026 at 10:59 am

    I would guess those are simple buffers allocated on the heap, as with malloc(). For all of the ones which were allocated and not deallocated between two heapshots, examine the stack trace to see what caused the allocation. If it’s in your code, make sure you are freeing anything which you allocate like that.

    By the way, not all memory management problems result in a true leak. A true leak is an allocation that your code has lost the address to so it can not conceivably free it. A pseudo-leak is where you still have a reference to the object, but your code is just never going to use it again. That is, you’ve stashed it in some data structure somewhere where it will never be accessed again, when you really should have released it and forgotten about it.

    So, you may be responsible for the non-object allocations because you are keeping objects around when you don’t need to be.

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

Sidebar

Related Questions

I have a MVC3 project for running on the iPad in the web-app mode.
I have a split view app running fine on the iPad. It is using
I have an app that runs on iPad and iPhone running iOS 3.2, but
We have an iPad app running in a kiosk mode deployed across multiple physical
I have an HTML/JS app running in a webview in an iPad app. The
I am having a pretty bad night with this one. I have been running
I have a web app running on an iPad. It is running in full-screen
I have an app running Rails 2.3.5 that has a JSON API for much
I have PhoneGap app running in Android. When the app starts, it inserts approximately
need ask you about some help. I have web app running in Net 2.0.

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.