erts_alloc

erts_alloc

C Library

erts_alloc

Library Summary

An Erlang runtime system internal memory allocator library.

Description

erts_alloc is an Erlang runtime system internal memory allocator library. erts_alloc provides the Erlang runtime system with a number of memory allocators.

Allocators

The following allocators are present:

temp_alloc
Allocator used for temporary allocations.
eheap_alloc
Allocator used for Erlang heap data, such as Erlang process heaps.
binary_alloc
Allocator used for Erlang binary data.
登录查看完整内容