Blame debian/control

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