cohtml::MemTags
On this page
Types
| Name | |
|---|---|
| enum | MemTagsType { Unknown = 0, Untagged, System, Logging, Loader, DOM, DOMStatic, Layout, CSS, CSSStatic, TaskSystemMemory, Display, Profiling, HTMLParser, TempAllocator, PoolAllocator, Dump, Script, XML, Server, Inspector, SVG, UnityPlugin, UriParser, Media, JSON, ScriptEngine, Count} All allocations in Cohtml are tagged per-subsystem. |
Types Documentation
enum MemTagsType
| Enumerator | Value | Description |
|---|---|---|
| Unknown | 0 | |
| Untagged | ||
| System | ||
| Logging | ||
| Loader | ||
| DOM | ||
| DOMStatic | ||
| Layout | ||
| CSS | ||
| CSSStatic | ||
| TaskSystemMemory | ||
| Display | ||
| Profiling | ||
| HTMLParser | ||
| TempAllocator | ||
| PoolAllocator | ||
| Dump | ||
| Script | ||
| XML | ||
| Server | ||
| Inspector | ||
| SVG | ||
| UnityPlugin | ||
| UriParser | ||
| Media | ||
| JSON | ||
| ScriptEngine | ||
| Count |
All allocations in Cohtml are tagged per-subsystem.