Skip to content Skip to sidebar Skip to footer
Showing posts with the label Memory Management

How To Create, Handle, And Destroy Js::heap Objects In Spidermonkey?

Using Spidermonkey 24, 38, 45 Spidermonkey documentation says: 'GC thing pointers on the heap m… Read more How To Create, Handle, And Destroy Js::heap Objects In Spidermonkey?

Heap And Native Memory Allocation In Javascript: How Managed?

JavaScript has Heap (garbage collected) memory, and Native (Typed Arrays, DOM elements) memory. Que… Read more Heap And Native Memory Allocation In Javascript: How Managed?