Searched refs:entry_t (Results 1 – 1 of 1) sorted by relevance
44 typedef LinkedListEntry<const char> entry_t; typedef in __anon0d11b1580111::LinkedListTestAllocator46 static entry_t* alloc() { in alloc()48 return reinterpret_cast<entry_t*>(::malloc(sizeof(entry_t))); in alloc()51 static void free(entry_t* p) { in free()