Skip to content

JsMemoryEventType

Limin Zhu edited this page Oct 9, 2015 · 1 revision

Allocation callback event type.

Syntax

enum JsMemoryEventType

Members

  • JsMemoryAllocate: Indicates a request for memory allocation.
  • JsMemoryFree: Indicates a memory freeing event.
  • JsMemoryFailure: Indicates a failed allocation event.
Clone this wiki locally