Home
last modified time | relevance | path

Searched refs:heapFree (Results 1 – 16 of 16) sorted by relevance

/device/google/contexthub/firmware/inc/
Dheap.h32 void heapFree(void* ptr);
/device/google/contexthub/firmware/src/
DnanohubCommand.c252 heapFree(mDownloadState); in freeDownloadState()
535 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in firmwareWrite()
898 free = heapFree; in writeEvent()
916 free = heapFree; in writeEvent()
1011 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in halSendMgmtResponse()
1057 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in halQueryApps()
1063 osEnqueueEvtOrFree(EVT_APP_TO_HOST, hdr, heapFree); in halQueryApps()
1090 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in halQueryRsaKeys()
1109 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in halStartUpload()
1139 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in halContUpload()
[all …]
DeventQ.c60 heapFree(q); in evtQueueAlloc()
79 heapFree(q); in evtQueueFree()
Dspi.c263 heapFree(state); in spiSlaveDone()
304 heapFree(state); in spiMasterRequest()
338 heapFree(state); in spiMasterRelease()
375 heapFree(state); in spiSlaveRequest()
Dslab.c54 heapFree(allocator); in slabAllocatorDestroy()
DsimpleQ.c90 heapFree(sq); in simpleQueueDestroy()
Dheap.c168 void heapFree(void* ptr) in heapFree() function
DappSec.c163 heapFree(state); in appSecDeinit()
DosApi.c224 heapFree(mem); in osExpApiHeapFree()
Dseos.c958 heapFree(task->subbedEvents); in osInternalEvtHandle()
DhostIntf.c1009 osEnqueueEvtOrFree(EVT_APP_TO_HOST, resp, heapFree); in hostIntfNotifyReboot()
/device/google/contexthub/firmware/src/cpu/cortexm4f/
DappSupport.c163 heapFree(mem); in cpuAppLoad()
173 heapFree((uint8_t*)platInfo->got - app->sect.got_start); in cpuAppUnload()
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dplatform.c157 heapFree(mEarlyLogBuffer); in platEarlyLogFree()
182 if (!osEnqueueEvt(EVENT_TYPE_BIT_DISCARDABLE | EVT_DEBUG_LOG, userData, heapFree)) in platLogFlush()
183 heapFree(userData); in platLogFlush()
/device/google/contexthub/firmware/src/drivers/ams_tmd4903/
Dams_tmd4903.c338 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) in sendCalibrationResultAls()
361 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) in sendCalibrationResultProx()
/device/google/contexthub/firmware/src/drivers/bosch_bmp280/
Dbosch_bmp280.c186 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) in sendCalibrationResult()
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
Dbosch_bmi160.c2268 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree)) in sendCalibrationResult()