OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kZapDeadByte
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/zone/
zone-segment.cc
14
memset(reinterpret_cast<void*>(start()),
kZapDeadByte
, capacity());
21
memset(this,
kZapDeadByte
, sizeof(Segment));
zone-segment.h
45
static const unsigned char
kZapDeadByte
= 0xcd;
Completed in 65 milliseconds