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

  /device/google/contexthub/firmware/os/inc/
heap.h 28 void* heapAlloc(uint32_t sz);
  /device/google/contexthub/firmware/os/core/
slab.c 42 allocator = (struct SlabAllocator*)heapAlloc(sizeof(struct SlabAllocator) + bitsetSz + dataSz);
nanohubCommand.c 305 mDownloadState = heapAlloc(sizeof(struct DownloadState));
943 packet = heapAlloc(data_size + hdr_size);
    [all...]
simpleQ.c 57 sq = heapAlloc(sz);
spi.c 291 struct SpiDeviceState *state = heapAlloc(sizeof(*state));
355 struct SpiDeviceState *state = heapAlloc(sizeof(*state));
eventQ.c 65 struct EvtQueue *q = heapAlloc(sizeof(struct EvtQueue));
heap.c 115 void* heapAlloc(uint32_t sz)
174 // NULL is a valid reply from heapAlloc, and thus it is not an error for
nanohub_chre.c 167 *retValP = (uintptr_t)heapAlloc(size);
215 hostMsg = heapAlloc(sizeof(*hostMsg) + messageSize);
hostIntf.c 747 mActiveSensorTable = heapAlloc(numSensors * sizeof(struct ActiveSensor));
    [all...]
appSec.c 143 struct AppSecState *state = heapAlloc(sizeof(struct AppSecState));
osApi.c 233 *retValP = (uintptr_t)heapAlloc(sz);
seos.c 1069 uint32_t *newList = heapAlloc(sizeof(uint32_t[newSz])); /* grow by 50% */
    [all...]
  /device/google/contexthub/firmware/os/cpu/cortexm4/
appSupport.c 146 uint8_t *mem = heapAlloc(sect->bss_end);
  /device/google/contexthub/firmware/os/platform/stm32/
platform.c 141 userData = heapAlloc(sizeof(struct HostIntfDataBuffer));
304 mEarlyLogBuffer = heapAlloc(EARLY_LOG_BUF_SIZE);
  /device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c 428 struct AlsCalibrationData *data = heapAlloc(sizeof(struct AlsCalibrationData));
448 struct ProxCalibrationData *data = heapAlloc(sizeof(struct ProxCalibrationData));
    [all...]
  /device/google/contexthub/firmware/os/drivers/bosch_bmp280/
bosch_bmp280.c 292 struct CalibrationData *data = heapAlloc(sizeof(struct CalibrationData));
  /device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c 285 struct CalibrationData *data = heapAlloc(sizeof(struct CalibrationData));
  /device/google/contexthub/firmware/os/drivers/st_mag40/
st_mag40.c 544 struct TestResultData *data = heapAlloc(sizeof(struct TestResultData));
  /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 243 milliseconds