Low-Level Memory Management



unix:malloc integer [function]
allocates memory outside EusLisp memory space.


unix:free integer [function]
deallocates a memory block allocated by unix:malloc.


unix:valloc integer [function]


unix:mmap address length protection share stream offset [function]


unix:munmap address length [function]


unix:vadvise integer [function]




k-okada 2013-05-21