HomeSort by relevance Sort by last modified time
    Searched refs:malloc (Results 2076 - 2100 of 2813) sorted by null

<<81828384858687888990>>

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
Registry.cpp 651 if (NULL == (regobj = (regObject_t *) (malloc(sizeof(regObject_t) + tlSize)))) {
665 if (NULL == (regobj = (regObject_t *) malloc(sizeof(regObject_t) + regObjValueSize))) {
807 if (NULL == (regobj = (regObject_t *) (malloc(sizeof(regObject_t) + tlSize)))) {
  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp 226 sReadData = (uint8_t*) malloc (sReadDataLen);
283 sReadData = (uint8_t*) malloc (1);
779 if (NULL == (sTransceiveData = (uint8_t *) malloc (bufLen)))
    [all...]
  /system/core/init/
init_parser.c 716 svc->keycodes = malloc((nargs - 1) * sizeof(svc->keycodes[0]));
745 cmd = malloc(sizeof(*cmd) + sizeof(char*) * nargs);
861 cmd = malloc(sizeof(*cmd) + sizeof(char*) * nargs);
  /system/core/toolbox/
dd.c 217 if ((in.db = malloc(out.dbsz + in.dbsz - 1)) == NULL) {
223 malloc((u_int)(MAX(in.dbsz, cbsz) + cbsz))) == NULL ||
224 (out.db = malloc((u_int)(out.dbsz + cbsz))) == NULL) {
  /system/security/keystore/
IKeystoreService.cpp 74 *item = (uint8_t*) malloc(ulen);
338 *out = (uint8_t*) malloc(ulen);
399 *pubkey = (uint8_t*) malloc(ulen);
  /bionic/libc/netbsd/net/
getaddrinfo.c 537 ai->ai_canonname = (char*) malloc(name_len);
1104 ai = (struct addrinfo *)malloc(sizeof(struct addrinfo)
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c 153 node = (mm_camera_cmdcb_t *)malloc(sizeof(mm_camera_cmdcb_t));
179 node = (mm_camera_cmdcb_t *)malloc(sizeof(mm_camera_cmdcb_t));
    [all...]
  /external/ppp/pppd/
auth.c 494 wp = (struct wordlist *) malloc(sizeof(struct wordlist) + l);
516 wp = (struct wordlist *) malloc(sizeof(struct wordlist) + l);
    [all...]
  /external/webkit/Source/JavaScriptCore/API/tests/
testapi.c 78 char* jsBuffer = (char*)malloc(jsSize);
109 UniChar* cfBuffer = (UniChar*)malloc(cfLength * sizeof(UniChar));
653 char* stringUTF8 = (char*)malloc(sizeUTF8);
900 UniChar* buffer = (UniChar*)malloc(cfStringLength * sizeof(UniChar));
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c 118 pCtx = (ExynosVideoDecContext *)malloc(sizeof(*pCtx));
142 pMutex = (pthread_mutex_t *)malloc(sizeof(pthread_mutex_t));
153 pMutex = (pthread_mutex_t *)malloc(sizeof(pthread_mutex_t));
846 pCtx->pInbuf = malloc(sizeof(*pCtx->pInbuf) * pCtx->nInbufs);
965 pCtx->pOutbuf = malloc(sizeof(*pCtx->pOutbuf) * pCtx->nOutbufs);
    [all...]
  /system/core/adb/
sysdeps_win32.c 42 data = (char*) malloc( file_size + 1 );
1200 pair = malloc( sizeof(*pair) );
    [all...]
  /external/icu4c/test/cintltst/
ccapitst.c 209 aliases=(const char **)malloc(count * sizeof(const char *));
339 mytarget = (char*) malloc(MAX_FILE_LEN * sizeof(mytarget[0]));
340 output_cp_buffer = (char*) malloc(MAX_FILE_LEN * sizeof(output_cp_buffer[0]));
341 ucs_file_buffer = (UChar*) malloc(MAX_FILE_LEN * sizeof(ucs_file_buffer[0]));
342 my_ucs_file_buffer = (UChar*) malloc(MAX_FILE_LEN * sizeof(my_ucs_file_buffer[0]));
426 target=(char*)malloc(sizeof(char) * targetLimit);
696 displayname=(UChar*)malloc((disnamelen+1) * sizeof(UChar));
    [all...]
  /external/libmtp/src/
ptp.c 248 priv = malloc (sizeof(PTPMemHandlerPrivate));
266 priv = malloc (sizeof(PTPMemHandlerPrivate));
339 priv = malloc (sizeof(PTPFDHandlerPrivate));
    [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 409 uint32_t *ids = (uint32_t *)malloc((uint32_t)dataSize * sizeof(uint32_t));
410 const char **names = (const char **)malloc((uint32_t)dataSize * sizeof(const char *));
411 uint32_t *arraySizes = (uint32_t *)malloc((uint32_t)dataSize * sizeof(uint32_t));
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 103 pMsg = (phLibNfc_DeferredCall_t*)malloc(sizeof(phLibNfc_DeferredCall_t));
846 pListenData = (nfc_jni_listen_data_t*)malloc(sizeof(nfc_jni_listen_data_t));
    [all...]
  /system/media/camera/tests/
camera_metadata_tests.cpp 95 buf = malloc(buf_size);
126 buf = malloc(buf_size);
152 buf = (uint8_t*)malloc(buf_size);
415 uint8_t *buf = (uint8_t*)malloc(buf_size);
471 uint8_t *buf = (uint8_t*)malloc(buf_size);
530 uint8_t *buf = (uint8_t*)malloc(buf_size);
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientstub.c 71 buffer = malloc( len * sizeof(char) );
269 if (fs == NULL) { syslog(LOG_WARNING, "dnssd_clientstub more_bytes: malloc failed"); return 0; }
349 msg = malloc(*len);
350 if (!msg) { syslog(LOG_WARNING, "dnssd_clientstub create_hdr: malloc failed"); return NULL; }
455 sdr = malloc(sizeof(DNSServiceOp));
456 if (!sdr) { syslog(LOG_WARNING, "dnssd_clientstub ConnectToServer: malloc failed"); *ref = NULL; return kDNSServiceErr_NoMemory; }
    [all...]
  /external/netperf/
netlib.c     [all...]
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 880 mMoovBoxBuffer = (uint8_t *) malloc(mEstimatedMoovBoxSize);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_Utils.c 71 #include <malloc.h>
142 pComponentPrivate->bufParamsArray = malloc((10 * sizeof(unsigned long int)) + 256);
270 pTemp_lcml = (LCML_G729DEC_BUFHEADERTYPE *)malloc(size_lcml);
307 pTemp_lcml = (LCML_G729DEC_BUFHEADERTYPE *)malloc(size_lcml);
    [all...]
  /bionic/libc/netbsd/
gethnamaddr.c 1057 if ((tmpbuf = malloc(bufsize)) == NULL) {
1273 buf = malloc(sizeof(*buf));
1357 buf = malloc(sizeof(*buf));
    [all...]
  /dalvik/dexdump/
DexDump.cpp 155 newStr = (char*)malloc(targetLen + arrayDepth * 2 +1);
334 cp = str = (char*) malloc(count * (kLongest+1) +1);
833 buf = (char*)malloc(outSize);
    [all...]
  /external/bzip2/
bzlib.c 104 void* v = malloc ( items * size );
937 bzf = malloc ( sizeof(bzFile) );
    [all...]
  /external/icu4c/test/perf/collationperf/
collperf.cpp 892 str = (UChar *)malloc(sizeof(UChar) * strlen);
    [all...]
  /external/qemu/android/
sdk-controller-socket.c 393 block = malloc(sdkctl->recycler_block_size);
401 block = malloc(size);
    [all...]

Completed in 2767 milliseconds

<<81828384858687888990>>