Searched refs:entry_t (Results 1 - 1 of 1) sorted by relevance

/bionic/linker/tests/
H A Dlinked_list_test.cpp32 typedef LinkedListEntry<const char> entry_t; typedef in class:__anon1079::LinkedListTestAllocator
34 static entry_t* alloc() {
36 return reinterpret_cast<entry_t*>(::malloc(sizeof(entry_t)));
39 static void free(entry_t* p) {

Completed in 2 milliseconds