summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/alloc.h
Commit message (Expand)AuthorAgeFilesLines
* MAINT: replace `NPY_INLINE` with `inline`Ralf Gommers2022-11-251-2/+2
* MAINT: Remove compatibility shims for old versions of PyPySebastian Berg2022-05-261-2/+0
* ENH: Add `_get_madvise_hugepage` functionJohn Kirkham2022-05-141-0/+3
* Merge pull request #20345 from eliaskoromilas/default-handlerMatti Picus2021-11-131-1/+1
|\
| * Export globally the default handler capsule singletonElias Koromilas2021-11-101-1/+0
| * Use a default handler capsule singletonElias Koromilas2021-11-101-1/+2
* | ENH: add a 'version' field to PyDataMem_Handlermattip2021-11-101-0/+2
|/
* ENH: Configurable allocator (#17582)Matti Picus2021-10-251-3/+14
* MAINT: Standardize guards in numpy/core/src/multiarray.Charles Harris2021-09-051-4/+5
* ENH: Allow toggling madvise hugepage and fix defaultSebastian Berg2020-03-171-0/+3
* ENH: use caching memory allocator in more placesJulian Taylor2017-07-111-0/+12
* ENH: add support for python3.6 memory tracingJulian Taylor2017-04-281-0/+2
* MAINT: move memory allocator functions to own file alloc.cJulian Taylor2014-05-051-0/+22