summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* MAINT: replace `NPY_INLINE` with `inline`Ralf Gommers2022-11-251-7/+7
* MAINT: Remove compatibility shims for old versions of PyPySebastian Berg2022-05-261-43/+0
* ENH: Add `_get_madvise_hugepage` functionJohn Kirkham2022-05-141-0/+19
* PERF: Statically allocate unicode strings of memhandler (#21450)Pieter Eendebak2022-05-051-1/+1
* DEP: remove allocation_tracking, deprecate PyDataMem_SetEventHook (#20394)Matti Picus2021-11-181-20/+25
* Merge pull request #20345 from eliaskoromilas/default-handlerMatti Picus2021-11-131-24/+6
|\
| * Export globally the default handler capsule singletonElias Koromilas2021-11-101-4/+4
| * Use a default handler capsule singletonElias Koromilas2021-11-101-24/+6
* | ENH: add a 'version' field to PyDataMem_Handlermattip2021-11-101-1/+38
|/
* ENH: Configurable allocator (#17582)Matti Picus2021-10-251-8/+331
* STY: Small cleanups of includes in *.c files.Charles Harris2021-09-031-7/+5
* MAIN: Minor include rationalization.Charles Harris2021-09-031-1/+1
* MAINT: Cleanup code after dropping Python 3.7.Charles Harris2021-08-161-5/+0
* MAINT: Remove old PY_VERSION_HEX codeHugo2020-09-031-5/+0
* Fixup: Implement suggestions by MattiSebastian Berg2020-04-281-0/+7
* ENH: Allow toggling madvise hugepage and fix defaultSebastian Berg2020-03-171-1/+20
* MAINT: Remove final NPY_PY3K (gh-15283)Seth Troisi2020-01-071-7/+2
* MAINT: comment on lack of error checks for madvise()Peter Andreas Entschev2019-08-071-0/+4
* MAINT: define MADV_HUGEPAGE if not definedPeter Andreas Entschev2019-08-071-7/+7
* ENH, REL: Enable huge pages in all Linux buildsPeter Andreas Entschev2019-08-071-5/+9
* BUG: Prevent passing of size 0 to array alloc C functionsOri Broda2019-06-091-0/+2
* ENH: mark that large allocations can use huge pagesJulian Taylor2018-09-201-10/+21
* BUG: fix cached allocations without the GILJulian Taylor2018-09-181-0/+9
* MAINT: Hard tab and whitespace cleanup.Charles Harris2018-03-081-1/+1
* MAINT: document minimum dim cache size == 2Julian Taylor2017-07-111-4/+7
* ENH: add support for python3.6 memory tracingJulian Taylor2017-04-281-0/+20
* COMPAT: notify garbage collector when memory is allocatedmattip2017-04-071-1/+13
* DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-251-1/+1
* MAINT: use a structure as cache bucketsJulian Taylor2014-08-281-13/+14
* BUG: potential memset on NULL in allocator cacheLars Buitinck2014-08-281-1/+3
* MAINT: move memory allocator functions to own file alloc.cJulian Taylor2014-05-051-0/+241