[pypy-svn] r54063 - pypy/branch/io-improvements/pypy/rpython/lltypesystem

fijal at codespeak.net fijal at codespeak.net
Wed Apr 23 19:27:14 CEST 2008


Author: fijal
Date: Wed Apr 23 19:27:13 2008
New Revision: 54063

Modified:
   pypy/branch/io-improvements/pypy/rpython/lltypesystem/llheap.py
Log:
malloc_nonmovable and malloc are essentially the same here


Modified: pypy/branch/io-improvements/pypy/rpython/lltypesystem/llheap.py
==============================================================================
--- pypy/branch/io-improvements/pypy/rpython/lltypesystem/llheap.py	(original)
+++ pypy/branch/io-improvements/pypy/rpython/lltypesystem/llheap.py	Wed Apr 23 19:27:13 2008
@@ -17,3 +17,5 @@
 
 def weakref_create_getlazy(objgetter):
     return weakref_create(objgetter())
+
+malloc_nonmovable = malloc



More information about the Pypy-commit mailing list