Home
last modified time | relevance | path

Searched refs:newObjects (Results 1 – 2 of 2) sorted by relevance

/external/ltrace/testsuite/lib/
Dltrace.exp521 [concat $options $extraObjOptions] newObjects]} {
524 set objects [concat $objects $newObjects]
/external/yaffs2/yaffs2/
Dyaffs_guts.c1301 yaffs_Object *newObjects; in yaffs_CreateFreeObjects() local
1308 newObjects = YMALLOC(nObjects * sizeof(yaffs_Object)); in yaffs_CreateFreeObjects()
1310 if (!newObjects) { in yaffs_CreateFreeObjects()
1318 newObjects[i].siblings.next = in yaffs_CreateFreeObjects()
1319 (struct list_head *)(&newObjects[i + 1]); in yaffs_CreateFreeObjects()
1322 newObjects[nObjects - 1].siblings.next = (void *)dev->freeObjects; in yaffs_CreateFreeObjects()
1323 dev->freeObjects = newObjects; in yaffs_CreateFreeObjects()
1334 list->objects = newObjects; in yaffs_CreateFreeObjects()