Blame memkind-1.10.0/debian/control

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