Home
last modified time | relevance | path

Searched refs:UIRealloc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dmem_api.h90 void* UIRealloc(void* buffer, uint32_t size);
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dmem_api.cpp43 UI_WEAK_SYMBOL void* UIRealloc(void* buffer, uint32_t size) in UIRealloc() function
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_line_break.cpp43 return UIRealloc(mem, size); in MemRealloc()