Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp86 static soinfo* gSoInfoFreeList = NULL; variable
262 if (gSoInfoFreeList != NULL) { in ensure_free_list_non_empty()
279 gSoInfoFreeList = &pool->info[0]; in ensure_free_list_non_empty()
309 soinfo* si = gSoInfoFreeList; in soinfo_alloc()
310 gSoInfoFreeList = gSoInfoFreeList->next; in soinfo_alloc()
350 si->next = gSoInfoFreeList; in soinfo_free()
351 gSoInfoFreeList = si; in soinfo_free()