Files
luban-lite-t3e-pro/packages/third-party/awtk-ui/awtk/docs/dots/mem_allocator
2025-09-30 11:56:06 +08:00

20 lines
575 B
Plaintext

digraph G {
rankdir = BT
fontname = "Courier New"
fontsize = 12
node [
fontname = "Courier New"
fontsize = 12
shape = "record"
width = 0.4
]
mem_allocator_simple_t -> mem_allocator_t[arrowhead = "empty"]
mem_allocator_std_t -> mem_allocator_t[arrowhead = "empty"]
mem_allocator_lock_t -> mem_allocator_t[arrowhead = "empty"]
mem_allocator_pool_t -> mem_allocator_t[arrowhead = "empty"]
mem_allocator_debug_t -> mem_allocator_t[arrowhead = "empty"]
mem_allocator_oom_t -> mem_allocator_t[arrowhead = "empty"]
}