HomeSort by relevance Sort by last modified time
    Searched refs:heapFree (Results 1 - 21 of 21) sorted by null

  /device/google/contexthub/firmware/os/inc/
heap.h 29 void heapFree(void* ptr);
  /device/google/contexthub/firmware/os/core/
slab.c 54 heapFree(allocator);
spi.c 270 heapFree(state);
312 heapFree(state);
346 heapFree(state);
383 heapFree(state);
nanohubCommand.c 269 heapFree(mDownloadState);
534 heapFree(buf);
944 free = heapFree;
    [all...]
eventQ.c 78 heapFree(q);
97 heapFree(q);
simpleQ.c 90 heapFree(sq);
heap.c 168 void heapFree(void* ptr)
nanohub_chre.c 173 heapFree(ptr);
226 result = osEnqueueEvtOrFree(EVT_APP_TO_HOST_CHRE, hostMsg, heapFree);
appSec.c 162 heapFree(state);
hostIntf.c     [all...]
osApi.c 240 heapFree(mem);
seos.c 1073 heapFree(task->subbedEvents);
    [all...]
  /device/google/contexthub/firmware/os/cpu/cortexm4/
appSupport.c 163 heapFree(mem);
173 heapFree((uint8_t*)platInfo->data - app->sect.data_start);
  /device/google/contexthub/firmware/os/platform/stm32/
platform.c 164 heapFree(mEarlyLogBuffer);
192 osEnqueueEvtOrFree(EVENT_TYPE_BIT_DISCARDABLE | EVT_DEBUG_LOG, userData, heapFree);
  /device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c 441 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree))
464 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree))
    [all...]
  /device/google/contexthub/firmware/os/drivers/bosch_bmp280/
bosch_bmp280.c 306 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree))
  /device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c 299 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree))
  /device/google/contexthub/firmware/os/drivers/st_mag40/
st_mag40.c 556 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree))
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c     [all...]
  /device/google/contexthub/firmware/os/drivers/invensense_icm40600/
invensense_icm40600.c     [all...]
  /device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c     [all...]

Completed in 308 milliseconds