OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocTypeMalloc
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/JavaScriptCore/wtf/wince/
FastMallocWinCE.h
87
AllocTypeMalloc
= 0x375d6750, // Encompasses fastMalloc, fastZeroedMalloc, fastCalloc, fastRealloc.
156
Internal::setFastMallocMatchValidationType(p, Internal::
AllocTypeMalloc
); // Set it to this so that fastFree thinks it's OK.
/external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.h
98
AllocTypeMalloc
= 0x375d6750, // Encompasses fastMalloc, fastZeroedMalloc, fastCalloc, fastRealloc.
166
Internal::setFastMallocMatchValidationType(p, Internal::
AllocTypeMalloc
); // Set it to this so that fastFree thinks it's OK.
FastMalloc.cpp
229
*static_cast<AllocAlignmentInteger*>(result) = Internal::
AllocTypeMalloc
;
279
*static_cast<AllocAlignmentInteger*>(result) = Internal::
AllocTypeMalloc
;
322
if (*header != Internal::
AllocTypeMalloc
)
339
if (*header != Internal::
AllocTypeMalloc
)
346
// *static_cast<AllocAlignmentInteger*>(result) = Internal::
AllocTypeMalloc
;
[
all
...]
Completed in 235 milliseconds