mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-03 12:37:43 +08:00
20 lines
556 B
Plaintext
20 lines
556 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"]
|
||
|
}
|