HomeSort by: relevance | last modified time | path
    Searched defs:gmp_default_alloc (Results 1 - 1 of 1) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mini-gmp/
mini-gmp.c 288 gmp_default_alloc (size_t size)
296 gmp_die("gmp_default_alloc: Virtual memory exhausted.");
320 static void * (*gmp_allocate_func) (size_t) = gmp_default_alloc;
345 alloc_func = gmp_default_alloc;
286 gmp_default_alloc (size_t size) function

Completed in 17 milliseconds