Articles tagged: memory
Found 10 documents
- Archive/Firefox_OS/Firefox_OS_apps/Performance/Apps_for_low-memory_Firefox_OS_devices This guide targets app developers and reviewers who need to determine how well an app will run ...
- Extensions/Common_causes_of_memory_leaks_in_extensions This page explains coding patterns that cause extension to cause memory leaks.
- Infallible_memory_allocation There's ongoing work to implement infallible memory allocators. These are memory allocation ...
- Mozilla/Debugging/Using_the_Mac_OS_X_leaks_tool Mac OS X comes with a tool called leaks. You can use this tool to determine the allocated ...
- Mozilla/Preferences/Preference_reference/browser.pagethumbnails.capturing_disabled The preference browser.pagethumbnails.capturing_disabled controls whether the application ...
- Mozilla/Projects/Emscripten/Techniques/Out_of_memory_error_reports A common bug to diagnose with Emscripten is where a big game fails due to an out of memory error ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIMemory nsIMemory is used to allocate and deallocate memory segments from a heap. The implementation is ...
- Mozilla/Zombie_compartments This page tells you how to detect and avoid zombie compartments, which are a particular kind of ...
- Tools/Performance/Call_Tree The Call Tree is a sampling profiler. It periodically samples the state of the JavaScript engine ...
- Web/JavaScript/Memory_Management Low-level languages, like C, have low-level memory management primitives like malloc() and ...