HomeSort by relevance Sort by last modified time
    Searched defs:AllocAlignmentInteger (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/wtf/wince/
FastMallocWince.h 83 typedef unsigned long long AllocAlignmentInteger;
117 const AllocAlignmentInteger* type = static_cast<const AllocAlignmentInteger*>(p) - 1;
122 inline AllocAlignmentInteger* fastMallocMatchValidationValue(void* p)
124 return reinterpret_cast<AllocAlignmentInteger*>(static_cast<char*>(p) - sizeof(AllocAlignmentInteger));
130 AllocAlignmentInteger* type = static_cast<AllocAlignmentInteger*>(p) - 1;
131 *type = static_cast<AllocAlignmentInteger>(allocType);
  /external/webkit/JavaScriptCore/wtf/
FastMalloc.h 94 typedef unsigned long long AllocAlignmentInteger;
127 const AllocAlignmentInteger* type = static_cast<const AllocAlignmentInteger*>(p) - 1;
132 inline AllocAlignmentInteger* fastMallocMatchValidationValue(void* p)
134 return reinterpret_cast<AllocAlignmentInteger*>(static_cast<char*>(p) - sizeof(AllocAlignmentInteger));
140 AllocAlignmentInteger* type = static_cast<AllocAlignmentInteger*>(p) - 1;
141 *type = static_cast<AllocAlignmentInteger>(allocType);

Completed in 3377 milliseconds