Lines Matching refs:DE_ASSERT
142 DE_ASSERT(deIsAlignedPtr(page+1, MEM_PAGE_BASE_ALIGN)); in MemPage_create()
188 DE_ASSERT((int)sizeof(deMemPool) <= initialPage->capacity); in createPoolInternal()
263 DE_ASSERT(util->allocFailCallback); in deMemPool_createRoot()
284 DE_ASSERT(parent); in deMemPool_create()
324 DE_ASSERT(pool->numChildren == 0); in deMemPool_destroy()
337 DE_ASSERT(parent->numChildren >= 0); in deMemPool_destroy()
459 DE_ASSERT(curPage); in deMemPool_allocInternal()
460 DE_ASSERT(deIsPowerOfTwo32((int)alignBytes)); in deMemPool_allocInternal()
479 DE_ASSERT(curPage->bytesAllocated == 0); in deMemPool_allocInternal()
485 DE_ASSERT(numBytes + alignPadding <= (size_t)curPage->capacity); in deMemPool_allocInternal()
502 DE_ASSERT(pool); in deMemPool_alloc()
503 DE_ASSERT(numBytes > 0); in deMemPool_alloc()
520 DE_ASSERT(pool); in deMemPool_alignedAlloc()
521 DE_ASSERT(numBytes > 0); in deMemPool_alignedAlloc()
522 DE_ASSERT(deIsPowerOfTwo32((int)alignBytes)); in deMemPool_alignedAlloc()
524 DE_ASSERT(deIsAlignedPtr(ptr, alignBytes)); in deMemPool_alignedAlloc()
571 DE_ASSERT(maxLength >= 0); in deMemPool_strnDup()
585 DE_ASSERT(pool && !pool->parent); /* must be root */ in deMemPool_getMaxNumAllocatedBytes()
591 DE_ASSERT(pool && !pool->parent); /* must be root */ in deMemPool_getMaxCapacity()