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

/haiku/src/system/runtime_loader/
H A Dimages.cpp49 static uint32 sLoadedImageCount = 0; variable
128 image_t* queue[sLoadedImageCount];
284 sLoadedImageCount--;
573 return sLoadedImageCount;
581 sLoadedImageCount++;
589 sLoadedImageCount--;
686 list = (image_t**)malloc(sLoadedImageCount * sizeof(image_t*));
693 memset(list, 0, sLoadedImageCount * sizeof(image_t*));

Completed in 66 milliseconds