Home | History | Annotate | Download | only in libtommath

Lines Matching refs:Memory

310 \hline MP\_MEM  & Heap memory exhausted. \\
350 All LTM functions that use the mp\_int type will expect a pointer to mp\_int structure. You must allocate memory to
547 \subsection{Reducing Memory Usage}
549 digits can be removed to return memory to the heap with the mp\_shrink() function.
559 modify in the system (unless you are seriously low on memory).
693 this function can fail if it runs out of heap memory.