Package sage :: Package rings :: Module memory
[hide private]
[frames] | no frames]

Module memory



File: sage/rings/memory.pyx (starting at line 1)



Functions [hide private]
 
clear_mpz_globals(...)
File: sage/rings/../ext/gmp.pxi (starting at line 32)
 
gmp_randrange(...)
File: sage/rings/../ext/gmp.pxi (starting at line 232)
 
init_mpz_globals(...)
File: sage/rings/../ext/gmp.pxi (starting at line 29)
 
pmem_malloc(...)
File: sage/rings/memory.pyx (starting at line 20) Use our own memory manager for for GMP memory management.
Function Details [hide private]

pmem_malloc(...)

 
File: sage/rings/memory.pyx (starting at line 20)

Use our own memory manager for for GMP memory management.


WARNING: Call this before the integer initialization or evil
things might happen.