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

<<61626364656667686970>>

  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-rxspencer.c 122 ret = malloc (2 * strlen (str) + 1);
148 ret = malloc (2 * strlen (str) + 1);
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeP2pDevice.cpp 54 psGeneralBytes->buffer = (uint8_t*)malloc(psRemoteDevInfo->RemoteDevInfo.NfcIP_Info.ATRInfo_Length);
300 transceive_info.sRecvData.buffer = (uint8_t*)malloc(1024);
  /system/extras/micro_bench/
micro_bench.cpp 85 // If the alignment is 0, then use the pointer returned by malloc.
87 uint64_t ptr = reinterpret_cast<uint64_t>(malloc(size + 2 * alignment));
254 int *src = reinterpret_cast<int*>(malloc(size));
328 printf(" value returned by malloc.\n");
332 printf(" value returned by malloc.\n");
335 printf(" value returned by malloc.\n");
  /external/icu4c/i18n/
decNumber.c 111 /* 1. Storage leak protection: Routines which use malloc are not */
177 #include <stdlib.h> /* for malloc, free, etc. */
305 #define malloc(a) uprv_malloc(a) macro
310 /* Handle malloc/free accounting. If enabled, our accountable routines */
311 /* are used; otherwise the code just goes straight to the system malloc */
313 #define malloc(a) decMalloc(a) macro
316 /* 'Our' malloc and free: */
533 do { /* status & malloc protection */
8118 #undef malloc macro
8182 #define malloc macro
    [all...]
  /bionic/libc/include/
string.h 33 #include <malloc.h>
  /bionic/libc/include/sys/
cdefs.h 310 #define __mallocfunc __attribute__((malloc))
  /bionic/libc/upstream-netbsd/libc/regex/
regexec.c 166 if (((m)->space = malloc((size_t)((nv)*(m)->g->nstates))) == NULL) \
  /bootable/recovery/minzip/
Bits.h 256 buf = (char*) malloc(length+1);
Hash.c 57 pHashTable = (HashTable*) malloc(sizeof(*pHashTable));
  /dalvik/dalvikvm/
Main.cpp 167 options = (JavaVMOption*) malloc(sizeof(JavaVMOption) * optionCount);
  /dalvik/dexlist/
DexList.cpp 66 newStr = (char*)malloc(at + 1); /* Add one for the '\0'. */
  /dalvik/libdex/
SysUtil.cpp 125 memPtr = malloc(length);
  /dalvik/vm/
BitVector.cpp 39 bv = (BitVector*) malloc(sizeof(BitVector));
Bits.h 257 buf = (char*) malloc(length+1);
IndirectRefTable.cpp 37 table_ = (IndirectRefSlot*) malloc(initialCount * sizeof(IndirectRefSlot));
JarFile.cpp 41 * malloc()ed copy of the opened file name will be put in <*pCachedName>.
54 buf = (char*)malloc(bufLen);
  /dalvik/vm/hprof/
HprofOutput.cpp 88 ctx->curRec.body = (unsigned char *)malloc(ctx->curRec.allocLen);
  /development/ndk/platforms/android-3/include/sys/
cdefs.h 314 #define __mallocfunc __attribute__((malloc))
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 120 result = (GLOBJECT *)malloc(sizeof(GLOBJECT));
125 result->vertexArray = (GLfixed *)malloc(vertices * vertexComponents *
127 result->colorArray = (GLubyte *)malloc(vertices * 4 * sizeof(GLubyte));
130 result->normalArray = (GLfixed *)malloc(vertices * 3 *
  /development/ndk/platforms/android-9/include/sys/
cdefs.h 308 #define __mallocfunc __attribute__((malloc))
  /development/ndk/platforms/android-9/samples/native-activity/jni/
main.c 187 engine->app->savedState = malloc(sizeof(struct saved_state));
  /external/bison/lib/
wait-process.c 147 malloc (new_slaves_allocated * sizeof (slaves_entry_t));
  /external/blktrace/btt/
args.c 255 buf = malloc(SETBUFFER_SIZE);
  /external/bluetooth/bluedroid/btif/src/
bluetooth.c 422 bluetooth_device_t *stack = malloc(sizeof(bluetooth_device_t) );
  /external/chromium/base/
process_util_unittest.cc 25 #include <malloc.h>
39 #include <malloc/malloc.h>
747 TEST_F(OutOfMemoryDeathTest, Malloc) {
750 value_ = malloc(test_size_);
793 // hopefully overridden malloc, even g_try_malloc should fail. This tests
794 // that the run-time symbol resolution is overriding malloc for shared

Completed in 2611 milliseconds

<<61626364656667686970>>