Searched refs:heap (Results 26 - 32 of 32) sorted by relevance

12

/barrelfish-master/lib/tommath/
H A Dbn.tex351 hold the structure itself by yourself (whether off stack or heap it doesn't matter). The very first thing that must be
407 When you are finished with an mp\_int it is ideal to return the heap it used back to the system. The following function
415 The function expects a pointer to a previously initialized mp\_int structure and frees the heap it uses. It sets the
455 from the heap at the same time.
549 digits can be removed to return memory to the heap with the mp\_shrink() function.
558 will require heap operations which can be slow. It is not ideal to shrink mp\_int variables that you will further
693 this function can fail if it runs out of heap memory.
H A Dtommath.tex495 effect a math error (i.e. invalid input, heap error, etc) can cause a program to stop functioning which is definitely
696 \hline \textbf{MP\_MEM} & The function ran out of heap memory \\
772 heap operations later functions will have to perform in the future. If \textbf{MP\_PREC} is set correctly the slack
773 memory and the number of heap operations will be trivial.
865 The digits are deallocated off the heap via the XFREE macro. Similar to XMALLOC the XFREE macro actually evaluates to
1051 That would be a considerable waste of time since heap operations are relatively slow.
1054 terminates. This way a single heap operation (\textit{at most}) is required. However, if the result was not checked
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dkernel.tex71 \index{shared heap}
76 \item[shared heap] abstract machine code, shared ground terms,
77 heap copied terms (setval, record, etc)
172 but may also be in the heap (e.g. for constants\index{constants} occurring in program code).
340 located on the shared heap. The instruction just loads a pointer
1434 point to a properly tagged pword) or an arbitrary heap
1835 to support that (but preferably without full heap copying).
2053 as a property of an atom (for symbolic events), or copied from a heap term
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dquintus.pl1102 statistics(heap, List) :- % DEC-10
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Deprolog.tex911 \item[Shared and private heap] for compiled code, non-logical store (
/barrelfish-master/doc/011-idc/
H A DIDC.tex558 \item Strings and arrays live on the heap, and should be
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembjava.tex1595 {\eclipse} is in a separate process \ohtml{(with separate memory heap/stack)} & -- & $\bullet$ & $\bullet$ \\
1596 \olatex{(with separate memory heap/stack) & & &\\}

Completed in 118 milliseconds

12