Lines Matching refs:internal
58 namespace internal { namespace
2686 using namespace rml::internal;
2720 rml::internal::MemoryPool *memPool = in pool_create_v1()
2721 (rml::internal::MemoryPool*)internalMalloc((sizeof(rml::internal::MemoryPool))); in pool_create_v1()
2726 memset(static_cast<void*>(memPool), 0, sizeof(rml::internal::MemoryPool)); in pool_create_v1()
2740 bool ret = ((rml::internal::MemoryPool*)memPool)->destroy(); in pool_destroy()
2750 return ((rml::internal::MemoryPool*)memPool)->reset(); in pool_reset()
2755 return internalPoolMalloc((rml::internal::MemoryPool*)mPool, size); in pool_malloc()
2761 return internalPoolMalloc((rml::internal::MemoryPool*)mPool, size); in pool_realloc()
2763 internalPoolFree((rml::internal::MemoryPool*)mPool, object, 0); in pool_realloc()
2766 return reallocAligned((rml::internal::MemoryPool*)mPool, object, size, 0); in pool_realloc()
2774 return allocateAligned((rml::internal::MemoryPool*)mPool, size, alignment); in pool_aligned_malloc()
2781 rml::internal::MemoryPool *mPool = (rml::internal::MemoryPool*)memPool; in pool_aligned_realloc()
2797 return internalPoolFree((rml::internal::MemoryPool*)mPool, object, 0); in pool_free()
2802 rml::internal::MemoryPool *pool; in pool_identify()
2833 using namespace rml::internal;