Lines Matching full:descriptors
34 /* Allocation descriptors map. */
44 /* Initializes allocation descriptors map.
46 * map - Allocation descriptors map to initialize.
50 /* Inserts new (or replaces existing) entry in the allocation descriptors map.
58 * map - Allocation descriptors map where to insert new, or replace existing
73 /* Finds an entry in the allocation descriptors map that matches the given
76 * map - Allocation descriptors map where to search for an entry.
90 /* Pulls (finds and removes) an entry from the allocation descriptors map that
93 * map - Allocation descriptors map where to search for an entry.
106 /* Pulls (removes) an entry from the head of the allocation descriptors map.
108 * map - Allocation descriptors map where to pull an entry from.
117 /* Copies content of one memory allocation descriptors map to another.