src/pylib/Objects/obmalloc

Search:
Group by:
Source   Edit  

Templates

template memcpy[T](a, b: ptr T; n: int)
Source   Edit  
template pyalloc[T](s): ptr T
Source   Edit  
template pyallocStr(s): cstring
Source   Edit  
template pyfree(p)
Source   Edit  
template pyfreeStr(p)
Source   Edit