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

/xnu-2782.1.97/libsyscall/xcodescripts/
H A Dcompile-syscalls.pl53 my @objects;
106 push(@objects, $o);
124 my $linkCommand = "$LIBTOOL " . join(' ', @LIBTOOLFLAGS) . " -o $outputFile " . join(' ', @objects);
/xnu-2782.1.97/libkern/libkern/c++/
H A DOSDictionary.h61 * OSDictionary is a container for Libkern C++ objects
73 * You must generally cast retrieved objects from
82 * the objects returned from
89 * OSDictionary retains keys and objects added to it,
90 * and releases keys and objects removed from it (or replaced).
166 * populated with keys and objects provided.
168 * @param objects A C array of OSMetaClassBase-derived objects.
170 * for the corresponding objects in <code>objects</cod
[all...]
H A DOSArray.h50 * OSArray provides an indexed store of objects.
53 * OSArray is a container for Libkern C++ objects
60 * You must generally cast retrieved objects from
68 * OSArray retains objects added to it,
69 * and releases objects removed from it (or replaced).
70 * An OSArray also grows as necessary to accommodate new objects,
127 * The new array will grow as needed to accommodate more objects
138 * Creates and initializes an OSArray populated with objects provided.
140 * @param objects A C array of OSObject-derived instances.
141 * @param count The number of objects t
[all...]
H A DOSSet.h50 * OSSet provides an unordered set store of objects.
53 * OSSet is a container for Libkern C++ objects
60 * and there is no ordering of objects in the set.
65 * OSSet retains objects added to it,
66 * and releases objects removed from it.
67 * An OSSet also grows as necessary to accommodate new objects,
136 * populated with objects provided.
138 * @param objects A C array of OSMetaClassBase-derived objects.
139 * @param count The number of objects t
[all...]
/xnu-2782.1.97/libkern/kxld/
H A Dkxld.c57 KXLDArray objects; member in struct:kxld_context
211 for (i = 0; i < context->objects.maxitems; ++i) {
212 object = kxld_array_get_slot(&context->objects, i);
215 kxld_array_deinit(&context->objects);
310 /* Create an array of objects large enough to hold an object
312 rval = kxld_array_init(&context->objects,
431 for (i = 0; i < context->objects.nitems; ++i) {
432 object = kxld_array_get_item(&context->objects, i);
512 for (i = 0; i < context->objects.nitems; ++i) {
513 object = kxld_array_get_item(&context->objects,
[all...]
/xnu-2782.1.97/osfmk/default_pager/
H A Ddp_memory_object.c83 * when abstract memory objects must be scanned
496 /* based on a performance bottleneck with large memory objects */
862 * Handle requests for memory objects from the
949 vm_offset_t oaddr = 0; /* memory for objects */
951 default_pager_object_t * objects; local
988 osize = vm_map_round_page(actual * sizeof (*objects),
990 opotential = (unsigned int) (osize / sizeof (*objects));
996 objects = (default_pager_object_t *)oaddr;
1016 * we will only miss recent objects,
1049 objects[num_object
[all...]
H A Ddefault_pager_object.defs89 out objects : default_pager_object_array_t,
/xnu-2782.1.97/libkern/c++/
H A DOSDictionary.cpp89 bool OSDictionary::initWithObjects(const OSObject *objects[], argument
96 if (!objects || !keys)
110 const OSMetaClassBase *newObject = *objects++;
119 bool OSDictionary::initWithObjects(const OSObject *objects[], argument
126 if (!objects || !keys)
141 const OSMetaClassBase *newObject = *objects++;
208 OSDictionary *OSDictionary::withObjects(const OSObject *objects[], argument
215 if (me && !me->initWithObjects(objects, keys, count, capacity)) {
223 OSDictionary *OSDictionary::withObjects(const OSObject *objects[], argument
230 if (me && !me->initWithObjects(objects, key
[all...]
H A DOSArray.cpp87 bool OSArray::initWithObjects(const OSObject *objects[], argument
100 if (!objects || !initWithCapacity(initCapacity))
104 const OSMetaClassBase *newObject = *objects++;
138 OSArray *OSArray::withObjects(const OSObject *objects[], argument
144 if (me && !me->initWithObjects(objects, count, capacity)) {
H A DOSSet.cpp117 OSSet *OSSet::withObjects(const OSObject *objects[], argument
123 if (me && !me->initWithObjects(objects, count, capacity)) {
H A DOSUnserializeXML.cpp35 // parser for unserializing OSContainer objects serialized to XML
168 // this is the internal struct used to hold objects on parser stack
169 // it represents objects both before and after they have been created
189 object_t *objects; // internal objects in use member in struct:parser_state
190 object_t *freeObjects; // internal objects that are free
440 /* Copy COUNT objects from FROM to TO. The source and destination do
2547 o->free = state->objects;
2548 state->objects = o;
2564 object_t *t, *o = state->objects;
[all...]
H A DOSUnserializeXML.y35 // parser for unserializing OSContainer objects serialized to XML
73 // this is the internal struct used to hold objects on parser stack
74 // it represents objects both before and after they have been created
94 object_t *objects; // internal objects in use
95 object_t *freeObjects; // internal objects that are free
935 o->free = state->objects;
936 state->objects = o;
952 object_t *t, *o = state->objects;
1192 state->objects
[all...]
/xnu-2782.1.97/osfmk/mach/
H A Dvm32_map.defs211 out objects : vm_info_object_array_t);
237 out objects : vm_info_object_array_t);
H A Dvm_map.defs364 * Includes info about the chain of objects rooted at that region.
372 out objects : vm_info_object_array_t);
382 * These regions of space can have objects mapped into them and
423 out objects : vm_info_object_array_t);
/xnu-2782.1.97/osfmk/ipc/
H A Dipc_kmsg.c938 ipc_object_t *objects; local
943 objects = (ipc_object_t *) dsc->address;
949 assert(objects != (ipc_object_t *) 0);
954 ipc_object_t object = objects[j];
2312 ipc_object_t *objects; local
2392 objects = (ipc_object_t *) data;
2400 objects[i] = (ipc_object_t)CAST_MACH_NAME_TO_PORT(name);
2410 object = objects[j];
2426 objects[i] = object;
2828 ipc_object_t *objects; local
2988 ipc_object_t *objects; local
3682 mach_port_t *objects = (mach_port_t *) dsc->address; local
[all...]
/xnu-2782.1.97/tools/lldbmacros/
H A Dmemory.py2070 """ Routine to print a summary listing of all the purgeable vm objects
2079 """ Routine to print a summary listing of all the vm objects in
2084 nonvolatile_total.objects = 0
2106 print "disowned objects:{:<10d} [ virtual:{:<10d} resident:{:<10d} wired:{:<10d} compressed:{:<10d} ]\n".format(nonvolatile_total.disowned_objects, nonvolatile_total.disowned_vsize, nonvolatile_total.disowned_rsize, nonvolatile_total.disowned_wsize, nonvolatile_total.disowned_csize)
2107 print " all objects:{:<10d} [ virtual:{:<10d} resident:{:<10d} wired:{:<10d} compressed:{:<10d} ]\n".format(nonvolatile_total.objects, nonvolatile_total.vsize, nonvolatile_total.rsize, nonvolatile_total.wsize, nonvolatile_total.csize)
2135 nonvolatile_total.objects += 1
2150 """ Routine to print a summary listing of all the vm objects in
2154 volatile_total.objects = 0
2173 print "disowned objects
[all...]

Completed in 64 milliseconds