Authors: zhongwen (zhongwencool@gmail.com).
allocator() = temp_alloc | eheap_alloc | binary_alloc | ets_alloc | driver_alloc | sl_alloc | ll_alloc | fix_alloc | std_alloc
| get_average_block_sizes/1 | |
| get_cache_hit_rates/1 | |
| start/2 | List Memory Allocators: std, ll, eheap, ets, fix, binary, driver. |
get_average_block_sizes(Node) -> {CurrentSize, MaxSize}
get_cache_hit_rates(Node) -> [{{instance, non_neg_integer()}, [{Key, Val}]}]
start(Node, ViewOpts) -> no_return
List Memory Allocators: std, ll, eheap, ets, fix, binary, driver.
Generated by EDoc