Definitions for "Free List" Add To Word List
Login or Register  | Word Lists | Search History

Free copies given to selected readers (also known as “Comp list”)
Helpful?           0
A list of goods that a country has designated as able to be imported without being subject to tariff or import licensing.
Helpful?           0
Every table has an associated list of blocks that are eligible for more rows to be inserted into. As blocks are filled they are no longer candidates for insertion and are removed from the free list. When the free list is empty and more rows need to be inserted into a table a new extent will be created. Tables typically only have one free list but can have more than one.
Helpful?           0
A list of goods that have been designated as free from tariffs or licensing requirements by an importing country.
Helpful?           0
a list of commodities that are not subject to tariffs
Helpful?           0
a list of database blocks that have been allocated for the segment's extents and have free space greater than the PCTFREE setting
Helpful?           0
a list of data blocks, located in extents, that contain free space
Helpful?           0
a list of free data blocks that can be drawn from a number of different extents within the segment
Helpful?           0
a list of free data blocks that usually includes blocks existing in a number of different extents within the segment
Helpful?           0
A chain of unallocated data structures which are available for use.
Helpful?           0
A list of unallocated blocks and inodes kept in the superblock.
Helpful?           0
A statement of items that are not liable to the payment of duties.
Helpful?           0
A form of list proportional representation which provides for apparentement or cumulative voting.
Helpful?           0
Pages that are clean and are not being used (the size of this list controls when page reclamation occurs).
Helpful?           0
A list of available blocks on each file system.
Helpful?           0
A schedule of items in a customs tariff that are not subject to the payment of duties.
Helpful?           0
A free list is a data structure used in a scheme for dynamic memory allocation. It operates by connecting unallocated regions of memory together in a linked list, using the first word of each unallocated region as a pointer to the next. It's most suitable for allocating from a memory pool, where all objects have the same size.
Helpful?           0