Searched defs:free_list (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/crypto/axtls/
H A Dbigint_impl.h101 bigint *free_list; /**< Bigints not used. */ member in struct:__anon15083
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/
H A Dprmalloc.c219 static struct pgfree free_list; variable in typeref:struct:pgfree
293 for(pf=free_list.next; pf; pf=pf->next) {
552 for(pf = free_list.next; pf; pf = pf->next) {
555 wrterror("zero entry on free_list\n");
559 wrterror("sick entry on free_list\n");
562 wrterror("entry on free_list past brk\n");
970 if (!free_list.next) {
971 px->next = free_list.next;
972 px->prev = &free_list;
973 free_list
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dmscvpdb.h1797 WORD free_list; member in struct:PDB_JG_HEADER
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dmscvpdb.h1721 WORD free_list; member in struct:PDB_JG_HEADER

Completed in 89 milliseconds