c_malloc

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. void* c_malloc(size_t size)
  2. alias c_malloc = PyMem_Malloc
  3. alias c_malloc = malloc
    version(!EMBEDDED && !MATLAB && !PYTHON && !OSQP_CUSTOM_MEMORY)
    nothrow @nogc extern (C)
    alias c_malloc = malloc

Meta