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
...
*
Add missing "void" to function.
Neil Schemenauer
2002-03-28
1
-1/+1
*
PYMALLOC_DEBUG routines: The "check API family" gimmick was going nowhere
Tim Peters
2002-03-28
1
-62/+34
*
_PyMalloc_DebugRealloc(): simplify decl of "fresh".
Tim Peters
2002-03-24
1
-5/+15
*
Minor code cleanup -- no semantic changes.
Tim Peters
2002-03-23
1
-22/+28
*
Give Python a debug-mode pymalloc, much as sketched on Python-Dev.
Tim Peters
2002-03-23
1
-17/+315
*
Just whitespace fiddling.
Tim Peters
2002-03-23
1
-10/+10
*
Build obmalloc.c directly instead of #include'ing from object.c.
Tim Peters
2002-03-23
1
-0/+50
*
Remove malloc hooks.
Neil Schemenauer
2002-03-22
1
-69/+0
*
Drop the PyCore_* memory API.
Neil Schemenauer
2002-03-18
1
-21/+21
*
Simpilify PyCore_* macros by assuming the function prototypes for
Neil Schemenauer
2002-03-18
1
-57/+21
*
Identifiers matching _[A-Z_]\w* are reserved for C implementations.
Tim Peters
2001-03-11
1
-6/+6
*
Add Vladimir Marangozov's object allocator. It is disabled by default. This
Neil Schemenauer
2001-02-27
1
-0/+743
[prev]