Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
Dmalloc_debug.cpp112 T getValue() const;
114 size_t getValue<size_t>() const { in getValue() function
118 int getValue<int>() const { in getValue() function
122 void* getValue<void*>() const { in getValue() function
553 Header* header = reinterpret_cast<Header*>(result.getValue<void*>()); in InternalMalloc()
562 void* pointer = result.getValue<void*>(); in InternalMalloc()
593 g_debug->record->AddEntry(new MallocEntry(result.getValue<void*>(), size, in debug_malloc()
597 return result.getValue<void*>(); in debug_malloc()
730 pointer = result.getValue<void*>(); in debug_memalign()
750 pointer = result.getValue<void*>(); in debug_memalign()
[all …]