Searched refs:SIZE_CLASS_LARGE (Results 1 – 1 of 1) sorted by relevance
329 #define SIZE_CLASS_LARGE SIZE_CLASS_COUNT macro1338 assert(span->size_class == SIZE_CLASS_LARGE); in _rpmalloc_heap_cache_adopt_deferred()1828 span_t *span = _rpmalloc_heap_extract_new_span(heap, span_count, SIZE_CLASS_LARGE); in _rpmalloc_allocate_large()1834 span->size_class = SIZE_CLASS_LARGE; in _rpmalloc_allocate_large()2080 assert(span->size_class == SIZE_CLASS_LARGE); in _rpmalloc_deallocate_large()2150 else if (span->size_class == SIZE_CLASS_LARGE) in _rpmalloc_deallocate()2187 } else if (span->size_class == SIZE_CLASS_LARGE) { in _rpmalloc_reallocate()2285 if (span->size_class == SIZE_CLASS_LARGE) { in _rpmalloc_usable_size()