Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dcache.h61 DefaultCacheStateAllocator() : mru_(NULL) { } in DefaultCacheStateAllocator()
64 delete mru_; in ~DefaultCacheStateAllocator() local
68 if (mru_) { in Allocate()
69 S *state = mru_; in Allocate()
70 mru_ = NULL; in Allocate()
78 if (mru_) { in Free()
79 delete mru_; in Free() local
81 mru_ = state; in Free()
85 S *mru_;