HomeSort by relevance Sort by last modified time
    Searched full:malloc (Results 726 - 750 of 6596) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
types.h 59 #include <stdlib.h> /* For malloc decl. */
60 #define mem_alloc(bsize) malloc(bsize)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
mcheck.h 39 before `malloc' is ever called. ABORTFUNC is called with an error code
51 /* Check for aberrations in a particular malloc'd block. You must have
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
types.h 59 #include <stdlib.h> /* For malloc decl. */
60 #define mem_alloc(bsize) malloc(bsize)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/lib/
libstdc++.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/lib/
libstdc++.so 
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyarena.h 38 /* Mostly like malloc(), return the address of a block of memory spanning
40 * new memory can't be obtained. Unlike malloc(0), PyArena_Malloc() with
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyarena.h 38 /* Mostly like malloc(), return the address of a block of memory spanning
40 * new memory can't be obtained. Unlike malloc(0), PyArena_Malloc() with
  /prebuilts/sdk/renderscript/clang-include/
mm_malloc.h 30 #include <malloc.h>
49 return malloc(__size);
  /system/core/include/log/
logprint.h 126 * Uses defaultBuffer if it can, otherwise malloc()'s a new buffer
128 * Returns NULL on malloc error
  /system/core/include/utils/
LinearAllocator.h 35 * the overhead of malloc when many objects are allocated. It is most useful when creating many
46 * Typically this is used in an object's overridden new() method or as a replacement for malloc.
  /system/extras/tests/storage/
opentest.c 64 fds = malloc(nfiles * sizeof(int));
66 fprintf(stderr, "Unable to malloc array of %d fds\n", nfiles);
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnmdptst.c 87 unewp=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
101 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
139 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
168 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
253 upat=(UChar*)malloc(sizeof(UChar) * (strlen(pat[p])+1) );
270 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
302 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
348 pattern=(UChar*)malloc(sizeof(UChar) * (strlen("*#,##0.00;-*#,##0.00") + 1) );
359 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
369 pat=(UChar*)malloc(sizeof(UChar) * (lneed+1) )
    [all...]
  /external/icu4c/test/cintltst/
cnmdptst.c 87 unewp=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
101 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
139 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
168 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
253 upat=(UChar*)malloc(sizeof(UChar) * (strlen(pat[p])+1) );
270 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
302 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
348 pattern=(UChar*)malloc(sizeof(UChar) * (strlen("*#,##0.00;-*#,##0.00") + 1) );
359 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
369 pat=(UChar*)malloc(sizeof(UChar) * (lneed+1) )
    [all...]
  /art/runtime/gc/allocator/
dlmalloc.h 29 #include "../../bionic/libc/upstream-dlmalloc/malloc.h"
  /bionic/libc/bionic/
sched_cpualloc.c 34 return (cpu_set_t*) malloc(CPU_ALLOC_SIZE(count));
strndup.c 38 copy = malloc(n+1);
  /bionic/libc/upstream-freebsd/lib/libc/string/
wcsdup.c 40 if ((copy = malloc(len * sizeof(wchar_t))) == NULL)
  /bootable/recovery/applypatch/
main.c 53 *sha1s = malloc(*num_patches * sizeof(char*));
54 *patches = malloc(*num_patches * sizeof(Value*));
80 (*patches)[i] = malloc(sizeof(Value));
110 bonus = malloc(sizeof(Value));
  /dalvik/vm/alloc/
DlMalloc.h 30 #include "../../../bionic/libc/upstream-dlmalloc/malloc.h"

Completed in 702 milliseconds

<<21222324252627282930>>