Home
last modified time | relevance | path

Searched refs:pfree (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/ota/2ndboot/updater/
A Dlibc.c347 void ota_heap_free(void *pfree) in ota_heap_free() argument
350 if (pfree == NULL) { in ota_heap_free()
353 free_blk = (blk_head_t *)((char *)pfree - XZ_HEAP_BLK_HEAD_SIZE); in ota_heap_free()
/AliOS-Things-master/components/ota/2ndboot/updater/include/
A Dlibc.h59 void ota_heap_free(void *pfree);

Completed in 3 milliseconds