Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Sphinx / tests / roots / test-changes / c-api.rst
Size: Mime:
.. highlight:: c


Memory
======

.. c:function:: void* Test_Malloc(size_t n)

   Allocate *n* bytes of memory.

   .. versionchanged:: 0.6

      Can now be replaced with a different allocator.

System
------

Access to the system allocator.

.. versionadded:: 0.6

.. c:function:: void* Test_SysMalloc(size_t n)

   Allocate *n* bytes of memory using system allocator.