Blame memkind-1.10.1/debian/control

Packit Service 7f3b24
Source: memkind
Packit Service 7f3b24
Section: utils
Packit Service 7f3b24
Priority: optional
Packit Service 7f3b24
Maintainer: Krzysztof Kulakowski <krzysztof.kulakowski@intel.com>
Packit Service 7f3b24
Build-Depends: debhelper (>= 8.0.0)
Packit Service 7f3b24
Standards-Version: 3.9.4
Packit Service 7f3b24
Homepage: https://github.com/memkind/memkind
Packit Service 7f3b24
Packit Service 7f3b24
Package: memkind
Packit Service 7f3b24
Architecture: any
Packit Service 7f3b24
Depends: ${shlibs:Depends}, ${misc:Depends}
Packit Service 7f3b24
Description:
Packit Service 7f3b24
 The memkind library is an user extensible heap manager built on top of
Packit Service 7f3b24
 jemalloc which enables control of memory characteristics and a
Packit Service 7f3b24
 partitioning of the heap between kinds of memory. The kinds of memory
Packit Service 7f3b24
 are defined by operating system memory policies that have been applied
Packit Service 7f3b24
 to virtual address ranges. Memory characteristics supported by
Packit Service 7f3b24
 memkind without user extension include control of NUMA and page size
Packit Service 7f3b24
 features. The jemalloc non-standard interface has been extended to
Packit Service 7f3b24
 enable specialized arenas to make requests for virtual memory from the
Packit Service 7f3b24
 operating system through the memkind partition interface. Through the
Packit Service 7f3b24
 other memkind interfaces the user can control and extend memory
Packit Service 7f3b24
 partition features and allocate memory while selecting enabled
Packit Service 7f3b24
 features. This software is being made available for early evaluation.
Packit Service 7f3b24
 Feedback on design or implementation is greatly appreciated.