Andrey Zagrebin created FLINK-14399:
---------------------------------------
Summary: Add memory chunk reservation API to MemoryManager
Key: FLINK-14399
URL: https://issues.apache.org/jira/browse/FLINK-14399
Project: Flink
Issue Type: Sub-task
Components: Runtime / Task
Reporter: Andrey Zagrebin
Assignee: Andrey Zagrebin
MemoryManager allocates paged segments from the provided memory pools of
different types (on-/off-heap). Additionally, it can manage reservation and
release of arbitrarily sized chunks of memory from the same memory pools
respecting their overall limit. The way, how the memory is allocated, used and
freed, is then up to the memory user. MemoryManager is just a book-keeping and
limit checking component.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)