Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_debug.cpp230 static void growingListAdd(GrowingList* pList, size_t objSize) { in growingListAdd() argument
232 size_t oldsize = pList->alloc * objSize; in growingListAdd()
233 pList->alloc += PAGESIZE / objSize; in growingListAdd()
234 size_t size = pList->alloc * objSize; in growingListAdd()