#include <arena.hpp>
Definition at line 91 of file arena.hpp.
◆ draw_mode_t
the draw mode for the gui view of this allocator
Enumerator |
---|
eDrawTree | draw the allocations as a tree using parent data
|
eDrawFlat | draw the allocations as a flat list
|
Definition at line 111 of file arena.hpp.
◆ TraceArenaWidget()
TraceArenaWidget::TraceArenaWidget |
( |
TraceArena & |
arena, |
|
|
int |
mode |
|
) |
| |
|
inline |
◆ draw()
void TraceArenaWidget::draw |
( |
| ) |
|
◆ draw_window()
bool TraceArenaWidget::draw_window |
( |
| ) |
|
◆ get_title()
const char* TraceArenaWidget::get_title |
( |
| ) |
const |
|
inline |
◆ visible
bool TraceArenaWidget::visible = false |
The documentation for this class was generated from the following files:
- frontend/gui/editor/include/editor/panels/arena.hpp
- frontend/gui/editor/src/panels/arena.cpp