Lines Matching refs:Internal
165 namespace Internal { namespace
221 *static_cast<AllocAlignmentInteger*>(result) = Internal::AllocTypeMalloc; in tryFastMalloc()
270 *static_cast<AllocAlignmentInteger*>(result) = Internal::AllocTypeMalloc; in tryFastCalloc()
311 AllocAlignmentInteger* header = Internal::fastMallocMatchValidationValue(p); in fastFree()
312 if (*header != Internal::AllocTypeMalloc) in fastFree()
313 Internal::fastMallocMatchFailed(p); in fastFree()
328 AllocAlignmentInteger* header = Internal::fastMallocMatchValidationValue(p); in tryFastRealloc()
329 if (*header != Internal::AllocTypeMalloc) in tryFastRealloc()
330 Internal::fastMallocMatchFailed(p); in tryFastRealloc()
3698 *static_cast<AllocAlignmentInteger*>(result) = Internal::AllocTypeMalloc; in CreateCacheIfNecessary()
3722 AllocAlignmentInteger* header = Internal::fastMallocMatchValidationValue(ptr); in CreateCacheIfNecessary()
3723 if (*header != Internal::AllocTypeMalloc) in CreateCacheIfNecessary()
3724 Internal::fastMallocMatchFailed(ptr); in CreateCacheIfNecessary()
3767 *static_cast<AllocAlignmentInteger*>(result) = Internal::AllocTypeMalloc; in CreateCacheIfNecessary()
3838 AllocAlignmentInteger* header = Internal::fastMallocMatchValidationValue(old_ptr); in CreateCacheIfNecessary()
3839 if (*header != Internal::AllocTypeMalloc) in CreateCacheIfNecessary()
3840 Internal::fastMallocMatchFailed(old_ptr); in CreateCacheIfNecessary()