Searched refs:freed (Results 1 - 16 of 16) sorted by relevance

/barrelfish-master/usr/eclipseclp/Shm/src/
H A Dalloc.c222 pages->freed = 0;
266 _print("SHM: not all pages were freed in pagemanager_fini()\n");
357 pages->freed += number_of_pages;
424 pages->freed += number_of_pages;
563 pages->freed -= pages_needed;
605 pages->freed -= pages_needed;
842 memset(ptr, 0, size); /* zero out the freed memory */
987 #define FullyUsedPages(hd) (hd->pages->allocated - hd->pages->freed \
1068 pages->allocated - heap->small_block_pages - heap->power_pages - pages->freed,
1069 pages->freed);
[all...]
H A Dmemman.h135 word freed; /* # pages in free list */ member in struct:page_admin
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c394 * (and freed resource count for RD) have to be set.
485 int *freed,
652 ++(*freed);
667 int freed = 0; local
676 &freed, entry + npolled);
682 if (freed) {
684 update_cons_index(dev, cq, freed);
482 mthca_poll_one(struct mthca_dev *dev, struct mthca_cq *cq, struct mthca_qp **cur_qp, int *freed, struct ib_wc *entry) argument
/barrelfish-master/doc/015-disk-driver-arch/
H A Dfat.tex67 unused cache entries that can be freed if space is required. Clients must
H A Dlibahci.tex118 After inserting the newly freed chunk into the free list,
122 \lstinline+struct ahci_dma_region+ is freed.
H A Dflounder-ahci.tex156 freed.
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsmemory.tex103 Space is freed when single clauses
145 heap. They are freed when the stream is closed.
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dglobalstate.tex167 argument when the block gets freed. This implies some bookkeeping overhead.
H A Druntime.tex219 their reference counts removed, and are freed when they reach zero.
/barrelfish-master/doc/014-bulk-transfer/
H A Dbulk-transfer.tex556 whenever the producer reclaims the slots freed by consumer, it
561 freed by the consumer.
841 shared-pool holding the slot needs to be freed. In the lifetime of
881 add it to freed slot by moving the read-index.
891 replaced slot to freed slot by moving the read index. This method
943 freed by consumer need not match the order in which it consumed the
/barrelfish-master/include/vm/
H A Dvm_reserv.c217 SYSCTL_LONG(_vm_reserv, OID_AUTO, freed, CTLFLAG_RD,
218 &vm_reserv_freed, 0, "Cumulative number of freed reservations");
823 * page is freed and FALSE otherwise.
/barrelfish-master/lib/dmalloc/
H A Ddmalloc.c84 freed. This improves security by rejecting frees/reallocs that
321 upon a detected overwrite of freed heap space, thus losing the
490 normal freed space already exists it is used instead.) Using mmap
890 freed, free(p) will by default cause the current program to abort.
914 ANSI) and p is NOT freed.
917 space is lopped off and freed if possible. realloc with a size
1110 of which starts out cleared, and can be independently freed,
1118 is itself dynamically allocated and should also be freed when it is
1126 (which should be freed if not wanted).
1128 Each element must be freed whe
5533 size_t freed = 0; local
[all...]
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Ddbi.tex337 session to be freed. To free all resources associated with a session,
/barrelfish-master/doc/011-idc/
H A DIDC.tex555 must be freed by the appropriate memory management mechanisms:
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Deplex.tex652 cause resources (memory and licence) to be freed earlier.
/barrelfish-master/lib/tommath/
H A Dtommath.tex825 1. If $a$ has been previously freed then return(\textit{MP\_OKAY}). \\

Completed in 217 milliseconds