Home
last modified time | relevance | path

Searched defs:DefaultCacheStateAllocator (Results 1 – 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
Dcache.h58 struct DefaultCacheStateAllocator { struct
61 DefaultCacheStateAllocator() : mru_(NULL) { } in DefaultCacheStateAllocator() argument
63 ~DefaultCacheStateAllocator() { in ~DefaultCacheStateAllocator() argument
67 S *Allocate(StateId s) { in Allocate()
77 void Free(S *state, StateId s) { in Free()