OceanBase Plugin Development Kit
OceanBase Plugin Development Kit
载入中...
搜索中...
未找到
ob_plugin_allocator.h 文件参考

浏览该文件的源代码.

类型定义

typedef ObPluginDatum ObPluginAllocatorPtr
 < The allocator paramter
 

函数

OBP_PUBLIC_API void * obp_malloc (int64_t size)
 malloc interface with alignment
 
OBP_PUBLIC_API void * obp_malloc_align (int64_t alignment, int64_t size)
 free memory
 
OBP_PUBLIC_API void obp_free (void *ptr)
 
OBP_PUBLIC_API void * obp_allocate (ObPluginAllocatorPtr allocator, int64_t size)
 allocate memory with the specific allocator
 
OBP_PUBLIC_API void * obp_allocate_align (ObPluginAllocatorPtr allocator, int64_t alignment, int64_t size)
 free memory
 
OBP_PUBLIC_API void obp_deallocate (ObPluginAllocatorPtr allocator, void *ptr)