OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFrontGuard
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/malloc_debug/
GuardData.cpp
84
return GuardData::Valid(debug.
GetFrontGuard
(header));
88
GuardData::LogFailure(header, debug.GetPointer(header), debug.
GetFrontGuard
(header));
DebugData.h
70
uint8_t*
GetFrontGuard
(const Header* header) {
malloc_debug.cpp
152
uint8_t* guard = g_debug->
GetFrontGuard
(header);
Completed in 180 milliseconds