Searched refs:allocated (Results 26 - 42 of 42) sorted by relevance

12

/barrelfish-2018-10-04/doc/026-device-queues/
H A Ddevif.tex103 \item \textbf{Region}: A Region is a chunk of memory that is registered to the \devif interface. From the memory of the region, buffers can be allocated.
182 \item The memory has to be allocated
719 then handling the receive, transmit, and event queue of a VNIC. On the create call, the resources for a VNIC are allocated.
/barrelfish-2018-10-04/usr/eclipseclp/documents/megalog/
H A Ddatabase-sec.tex202 the first has the name `boy' allocated by the user and is permanent, while
203 the second has the name `p1364r1' allocated by the system and is temporary.
/barrelfish-2018-10-04/doc/017-arm/
H A DARM.tex329 Virtual address regions are allocated in 1MB increments (the size of a
405 There is a 256-byte statically-allocated stack for each exception
/barrelfish-2018-10-04/lib/tommath/
H A Dtommath.tex623 \item The pointer \textbf{dp} points to a dynamically allocated array of digits that represent the given multiple
639 \item The value of \textbf{alloc} may not be less than one. That is \textbf{dp} always points to a previously allocated
704 When an error is detected within a function it should free any memory it allocated, often during the initialization of
725 the initial integer will represent zero. If only a single digit were allocated quite a few subsequent re-allocations
730 If the memory for the digits has been successfully allocated then the rest of the members of the structure must
731 be initialized. Since the initial state of an mp\_int is to represent the zero integer, the allocated digits must be set
766 the digits is allocated. If this fails the function returns before setting any of the other members. The \textbf{MP\_PREC}
795 is assumed that the caller has already allocated memory for the mp\_int structure, typically on the application stack. The
815 When an mp\_int is no longer required by the application, the memory that has been allocated for its digits must be
828 3. Free the memory allocated fo
[all...]
/barrelfish-2018-10-04/doc/006-routing/
H A DRouting.tex230 Once the multi-hop channel is set-up, messages can be sent in both directions. A message can be sent by invoking the \texttt{multihop\_send\_message} function of the interconnect driver. This function requires that the message payload is passed as one (char) array. If a user-defined message contains multiple arguments that are not stored in continuous memory locations, either the user-defined message must be split up in multiple multi-hop messages, or a new array must be allocated and all message arguments must be copied into the newly allocated array (see chapter~\ref{chapter: flounder integration} for a discussion).
344 If the user-defined message contains dynamic arguments, we have to allocate space for each of those arguments separately and copy them from the received multi-hop message. This is necessary, because all dynamic message arguments are passed by reference to the user and become property of the user. The user must be able to free those arguments separately, therefore they must be copied to separately allocated memory. Fixed-size arguments are simply passed on the stack to the user.
/barrelfish-2018-10-04/doc/008-tracing/
H A DTracing.tex518 analyzing the network stack, the fact that memory has been allocated (a single
778 the entire runtime of Barrelfish, as the only used buffers are allocated at
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Ddbi.tex336 takes effect immediately. This allow resources allocated for the
H A Dumscmacros.tex348 Note that no space may be allocated from the global stack
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Druntime.tex186 Dictionary items are allocated in blocks of DICT_ITEM_BLOCK_SIZE elements.
H A Dumscmacros.tex365 %Note that no space may be allocated from the global stack
H A Dkernel.tex1236 A Call instruction requires that the caller has allocated an
1762 behind and filling the allocated space.
/barrelfish-2018-10-04/doc/013-capability-mgmt/
H A Dtype_system.tex78 A user space operation referring to an L1 slot that is not allocated will fail
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumslanguage.tex988 Items of both types are allocated on the global stack, which means that
/barrelfish-2018-10-04/doc/000-overview/
H A DOverview.tex133 allocated stack for all operations. After executing a single exception
/barrelfish-2018-10-04/doc/011-idc/
H A DIDC.tex560 \item Capabilities refer to an occupied capability slot allocated from the
/barrelfish-2018-10-04/usr/eclipseclp/
H A Dconfigure7176 something else allocated at it. If we can, also make sure that
7900 # Check if mprotect can be used to test for an area already allocated
7902 echo checking if mprotect can be used to check for allocated pages
/barrelfish-2018-10-04/usr/eclipseclp/documents/applications/
H A Dtutorial.tex1901 \item If nobody actually checks the code, then the whole process becomes useless overhead. This means that resources must be properly allocated to the review, it is not a task that reviewers can undertake in their spare time.

Completed in 142 milliseconds

12