OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReallocEntry
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/malloc_debug/
RecordData.h
118
class
ReallocEntry
: public MallocEntry {
120
ReallocEntry
(void* pointer, size_t size, void* old_pointer);
121
virtual ~
ReallocEntry
() = default;
129
DISALLOW_COPY_AND_ASSIGN(
ReallocEntry
);
RecordData.cpp
80
ReallocEntry
::
ReallocEntry
(void* pointer, size_t size, void* old_pointer)
84
std::string
ReallocEntry
::GetString() const {
Completed in 135 milliseconds