Home
last modified time | relevance | path

Searched refs:reallocOrDie (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/lib/nanohub/
Dnanoapp.c27 void *reallocOrDie(void *buf, size_t bufSz) in reallocOrDie() function
81 len += grow; dst = reallocOrDie(dst, len); in loadFile()
/device/google/contexthub/lib/include/nanohub/
Dnanoapp.h23 void *reallocOrDie(void *buf, size_t bufSz);
/device/google/contexthub/util/nanoapp_encr/
Dnanoapp_encr.c93 reallocOrDie(buf, bufUsed + padLen); in handleEncrypt()
/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c331 buf = reallocOrDie(buf, bufUsed + grow); in handleSign()
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c108 buf = reallocOrDie(buf, bufSz); in handleApp()