index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
obmalloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-106320: Remove private _PyObject C API (#107147)
Victor Stinner
2023-07-23
1
-0/+1
*
gh-106320: Remove private _PyErr C API functions (#106356)
Victor Stinner
2023-07-03
1
-2/+2
*
gh-100227: Lock Around Modification of the Global Allocators State (gh-105516)
Eric Snow
2023-06-08
1
-52/+177
*
GH-94841: Fix usage of Py_ALWAYS_INLINE (GH-104409)
Brandt Bucher
2023-05-12
1
-1/+1
*
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow
2023-04-24
1
-44/+179
*
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann
2023-03-09
1
-1/+0
*
gh-81057: Move More Globals to _PyRuntimeState (gh-100092)
Eric Snow
2022-12-07
1
-1/+2
*
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
Eric Snow
2022-11-15
1
-6/+0
*
gh-81057: Move the Allocators to _PyRuntimeState (gh-99217)
Eric Snow
2022-11-11
1
-868/+202
*
obmalloc: Remove unused variable. (GH-98770)
Benjamin Peterson
2022-10-27
1
-3/+1
*
gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (#94842)
neonene
2022-07-14
1
-1/+1
*
gh-93040 Wrap unused parameters in Objects/obmalloc.c with Py_UNUSED (#93175)
oda-gitso
2022-05-25
1
-13/+14
*
Add more stats for freelist use and allocations. (GH-92211)
Mark Shannon
2022-05-03
1
-0/+15
*
bpo-46670: Remove unused macros in the Objects directory (GH-31193)
Victor Stinner
2022-02-07
1
-1/+0
*
bpo-46072: Add some object layout and allocation stats (GH-31051)
Mark Shannon
2022-02-01
1
-0/+4
*
bpo-40170: Move _Py_GetAllocatedBlocks() to pycore_pymem.h (GH-30943)
Victor Stinner
2022-01-27
1
-3/+0
*
bpo-40170: Remove _Py_GetAllocatedBlocks() function (GH-30940)
Victor Stinner
2022-01-27
1
-1/+5
*
bpo-45526: obmalloc radix use 64 addr bits (GH-29062)
Neil Schemenauer
2021-10-21
1
-20/+35
*
bpo-45521: Fix a bug in the obmalloc radix tree code. (GH-29051)
Neil Schemenauer
2021-10-21
1
-1/+1
*
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner
2021-10-13
1
-0/+1
*
Fix typos in the Objects directory (GH-28766)
Christian Clauss
2021-10-06
1
-1/+1
*
bpo-44032: Move data stack to thread from FrameObject. (GH-26076)
Mark Shannon
2021-05-21
1
-1/+13
*
When printing stats, move radix tree info to its own section. (GH-25125)
Tim Peters
2021-04-01
1
-9/+14
*
bpo-37448: Use radix tree for pymalloc address_in_range(). (GH-14474)
Neil Schemenauer
2021-03-30
1
-5/+336
*
bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781)
Victor Stinner
2020-06-10
1
-11/+8
*
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
Victor Stinner
2020-04-15
1
-1/+1
*
bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157)
Victor Stinner
2020-03-25
1
-21/+11
*
bpo-39882: Py_FatalError() logs the function name (GH-18819)
Victor Stinner
2020-03-06
1
-12/+13
*
closes bpo-30364: Replace deprecated no_address_safety_analysis attribute. (G...
Batuhan Taşkaya
2019-12-27
1
-7/+7
*
bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080)
Victor Stinner
2019-11-07
1
-2/+3
*
bpo-36389: Fix _PyBytesWriter in release mode (GH-16624)
Victor Stinner
2019-10-07
1
-36/+23
*
bpo-37732: Fix GCC warning in _PyObject_Malloc() (GH-15333)
Victor Stinner
2019-08-20
1
-21/+16
*
bpo-37681: no_sanitize_thread support from GCC 5.1 (GH-15096)
Hai Shi
2019-08-14
1
-2/+2
*
bpo-37543: optimize pymalloc (#14674)
Inada Naoki
2019-07-17
1
-218/+226
*
Fix compiler warning in new code. (#14690)
Tim Peters
2019-07-10
1
-1/+1
*
bpo-37537: Compute allocated blocks in _Py_GetAllocatedBlocks() (#14680)
Neil Schemenauer
2019-07-10
1
-7/+22
*
bpo-37257: obmalloc: stop simple arena thrashing (#14039)
Tim Peters
2019-06-13
1
-2/+7
*
bpo-37029: keep usable_arenas in sorted order without searching (#13612)
Tim Peters
2019-06-01
1
-32/+77
*
bpo-36763: Add PyMemAllocatorName (GH-13387)
Victor Stinner
2019-05-17
1
-14/+59
*
bpo-27987: pymalloc: align by 16bytes on 64bit platform (GH-12850)
Inada Naoki
2019-05-14
1
-0/+6
*
bpo-36594: Fix incorrect use of %p in format strings (GH-12769)
Zackery Spytz
2019-05-06
1
-1/+1
*
bpo-36611: Disable serialno field of debug memory allocators (#12796)
Victor Stinner
2019-04-12
1
-19/+54
*
bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782)
Victor Stinner
2019-04-11
1
-3/+6
*
bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770)
Victor Stinner
2019-04-11
1
-17/+1
*
bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187)
Victor Stinner
2019-03-06
1
-14/+0
*
bpo-36142: Add _PyMem_GetDebugAllocatorsName() (GH-12185)
Victor Stinner
2019-03-05
1
-0/+14
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
1
-1/+1
*
closes bpo-35204: Disable thread and memory sanitizers for address_in_range()...
Alexey Izbyshev
2018-11-11
1
-12/+31
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-10-31
1
-1/+1
*
bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249)
Victor Stinner
2018-10-31
1
-0/+1
[next]