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

  /src/external/lgpl3/mpfr/dist/src/
mpfr-gmp.h 343 /* Note about TMP_FREE: For small precisions, tmp_marker is null as
345 #define TMP_FREE(m) \
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 334 TMP_FREE;
344 TMP_ALLOC(0) is not allowed. TMP_FREE doesn't need to be done if a
386 #define TMP_FREE \
401 #define TMP_SFREE TMP_FREE
402 #define TMP_FREE __gmp_tmp_reentrant_free (__tmp_marker)
422 #define TMP_SFREE TMP_FREE
423 #define TMP_FREE __gmp_tmp_free (&__tmp_marker)
452 #define TMP_FREE TMP_FREE_NAME(__tmp_xmarker, "__tmp_marker")
454 warning from the compiler if TMP_FREE is used without a TMP_MARK.

Completed in 28 milliseconds