Documentation
Includes
tuya_os_adapter.h
#include "tuya_os_adapter.h"
tuya_cloud_types.h
#include "tuya_cloud_types.h"
Macros
Marco __TUYA_HAL_MEMORY_H__
#define __TUYA_HAL_MEMORY_H__
Functions
Func tuya_hal_system_malloc
VOID_T *tuya_hal_system_malloc(CONST SIZE_T size);
Func tuya_hal_system_free
VOID_T tuya_hal_system_free(VOID_T* ptr);
Func tuya_hal_system_calloc
VOID_T *tuya_hal_system_calloc(size_t nitems, size_t size);
Func tuya_hal_system_realloc
VOID_T *tuya_hal_system_realloc(VOID_T* ptr, size_t size);
Func tuya_os_memory_intf_init
VOID_T tuya_os_memory_intf_init(VOID_T);
Vars
Consts
Types
Typedefs