Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DAllocator.cxx16 freeList_(0), in Allocator()
38 Block *tem = freeList_; in alloc()
41 freeList_ = tem->next; in alloc()
85 seg->freeList = &freeList_; in alloc1()
94 freeList_ = head->next; in alloc1()
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DAllocator.h56 Block *freeList_; variable