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

12

/barrelfish-2018-10-04/lib/net/
H A Dnetbufs.c76 * @brief adds a previously allocated frame to the buffer pool
148 nb->allocated = 0;
226 assert(nb->allocated == 0);
237 nb->allocated = 1;
240 NETDEBUG("bp=%p, allocated pbuf=%p, free count %zu / %zu\n", bp, p,
269 assert(nb->allocated == 1);
272 nb->allocated = 0;
H A Dnetif.c261 assert(nb->allocated == 1);
325 assert(nb->allocated == 1);
466 if (nb->magic != 0xdeadbeefcafebabe || nb->enqueued != 1 || nb->allocated != 1 || nb->flags != buf.flags) {
468 p, nb->region->regionid, nb->offset, nb->magic, nb->enqueued, nb->allocated, nb->flags, buf.flags);
474 assert(nb->allocated == 1);
510 assert(nb->allocated == 1);
H A Dnetworking_internal.h102 bool allocated; member in struct:net_buf_p
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Dglobalstate.tex46 \item memory allocated by third party code, e.g. Cplex.
49 The abstract machine stacks. They are allocated in pairs
50 that grow towards each other from both ends of the allocated
135 allocated area, or when the size is implicit in the allocated data.
151 Free the memory at addr which was allocated previously with
160 Resize an allocated area. The new address may differ from the old one,
165 This is a standard malloc()-style interface, where the allocated memory
182 Free the memory at addr which was allocated previously with h_alloc().
189 Resize an allocated are
[all...]
H A Dgc.tex96 stack space has been newly allocated. However, this relies on
/barrelfish-2018-10-04/usr/eclipseclp/Shm/src/
H A Dalloc.c221 pages->allocated = 0;
238 ++hd->pages->allocated;
246 --hd->pages->allocated;
264 if (hd->pages->allocated)
465 * This is used to forcibly free all heap space (allocated or not)
520 hd->pages->allocated -= log_page[i].npages;
533 * amount of memory that has really been allocated. It is at least as
660 pages->allocated += pages_requested;
987 #define FullyUsedPages(hd) (hd->pages->allocated - hd->pages->freed \
996 return hd->pages->allocated * BYTES_PER_PAG
[all...]
H A Dmemman.h134 word allocated; /* # pages gotten from OS */ member in struct:page_admin
250 char *brk; /* end of allocated space */
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dso/
H A Ddso_lib.c197 int allocated = 0; local
207 allocated = 1;
250 if(allocated)
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dflounder-ahci.tex145 \lstinline+completed_rx_st+ ``command completion'' struct is allocated and
154 data must be copied out of the \acs{dma} region into an allocated buffer to be
159 \lstinline+issue_command_cb+ for freeing the allocated \ac{fis} and calling the
176 Because the \acs{dma} region must be allocated before the command is issued, if
H A Dlibahci.tex66 The pool memory is organized in regions which are allocated and mapped using
150 inserts the newly allocated command table into the reserved slot in the port's
153 header slot. Finally, the \ac{fis} is copied into the newly allocated command
H A Dfat.tex32 the filesystem, e.g. the amount of allocated/free space.
H A Dusage.tex158 At the end, we do a simple verification and free the allocated buffer.
/barrelfish-2018-10-04/usr/skb/programs/
H A Dglobalthreadalloc.pl454 % get all the allocated cores (the ones which have a "1")
455 % this is a kind of filter function which creates a list of allocated cores
468 % get all the allocated cores for each task
479 % Compute the allocated core difference per task. This difference defines
508 %% this only works on Linux where we only see core numbers allocated by the kernel
523 %% this only works on Linux where we only see core numbers allocated by the kernel
H A Dbridge_page_orig_naturally_aligned.pl38 % exclude fixed memory from being allocated to devices
50 % exclude IOAPIC regions from being allocated to devices
H A Dbridge_page.pl47 % exclude fixed memory from being allocated to devices
59 % exclude IOAPIC regions from being allocated to devices
H A Dbridge_postorder.pl12 % traversed in a postorder manner and resources are allocated immediately.
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/
H A De_padlock.c915 size_t chunk, allocated=0; local
995 allocated = (chunk<nbytes?PADLOCK_CHUNK:nbytes);
996 out = alloca(0x10 + allocated);
1155 size_t n = allocated/sizeof(*p);
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsmemory.tex83 statistics built-in was called. The \notation{allocated} value is the
86 maximum allocated amount during the session.
141 streams, operators, etc.) that are also allocated on the heap.
148 \notation{malloc()} or related C library functions, this space is also allocated
164 Space on this stack is allocated during execution of a clause and deallocated
H A Dumsstring.tex56 Items of both types are allocated on the global stack, which means that
/barrelfish-2018-10-04/usr/eclipseclp/documents/mpslib/
H A Doutline.tex103 owner of a port is the \eclipse process that allocated the port. Ports
104 are allocated and deallocated dynamically.
176 Ports are allocated and deallocated with the {\it mps\_port\_allocate} and
287 are allocated without an associated notification predicate. An
351 to poll and ports are allocated and deallocated dynamically. Polling
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Den_netdev.c1651 /*gets default allocated counter index from func cap
2088 if (priv->allocated)
2511 priv->allocated = 1;
H A Dmlx4_en.h551 int allocated; member in struct:mlx4_en_priv
/barrelfish-2018-10-04/doc/004-virtual_memory/
H A DVirtualMemory.tex155 and during initialization not all frames have been allocated yet.
/barrelfish-2018-10-04/doc/022-armv8/
H A Dreport.tex440 switch. The CPU driver need only ensure that every allocated dispatcher has a
643 runtime-allocated address, with translation (MMU) and caching enabled.
656 \texttt{EfiBarrelfishBootPagetable}, allocated from the OS-specific range
657 (\texttt{0x80000000}--\texttt{0x8fffffff}). All memory allocated by Hagfish on
697 \item The final EFI memory map, with all areas allocated by Hagfish to
/barrelfish-2018-10-04/doc/021-cpudriver/
H A Dcpudriver.tex281 reserved for generic interrupts can be allocated by user-space applications.

Completed in 268 milliseconds

12