HomeSort by relevance Sort by last modified time
    Searched full:malloc (Results 226 - 250 of 4430) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c 22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
45 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
71 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c 22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
45 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
71 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c 22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
45 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
71 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
  /system/core/libcutils/
buffer.c 28 Buffer* buffer = malloc(sizeof(Buffer));
34 buffer->data = malloc(capacity);
48 Buffer* buffer = malloc(sizeof(Buffer));
  /external/bluetooth/glib/glib/
gmem.c 48 * SANE_MALLOC_PROTOS is defined if the systems malloc() and friends functions
58 /* --- malloc wrappers --- */
65 return malloc (n_bytes);
72 # define standard_malloc malloc
78 # define standard_try_malloc malloc
84 return malloc (n_bytes);
131 mem = glib_mem_vtable.malloc (n_bytes);
237 gpointer mem = glib_mem_vtable.malloc (l);
251 * malloc implementation. If it returns %TRUE memory allocated with
252 * malloc() can be used interchangeable with memory allocated using g_malloc().
    [all...]
  /bionic/libc/include/
malloc.h 36 extern __mallocfunc void* malloc(size_t);
75 p = malloc(n);
85 number of bytes allocated via malloc (or realloc, etc) but not yet
94 (normally sbrk) outside of malloc.
  /development/ndk/platforms/android-3/include/
malloc.h 36 extern __mallocfunc void* malloc(size_t);
75 p = malloc(n);
85 number of bytes allocated via malloc (or realloc, etc) but not yet
94 (normally sbrk) outside of malloc.
  /external/clang/test/CodeGen/
blockstret.c 12 void *malloc(__SIZE_TYPE__ size);
19 BigStruct_t (^global)(void) = ^{ return *(BigStruct_t *)malloc(sizeof(struct bigbig)); };
26 BigStruct_t *result = malloc(sizeof(BigStruct_t));
88 BigStruct_t *result = (BigStruct_t *)malloc(sizeof(BigStruct_t));
  /external/compiler-rt/lib/asan/tests/
asan_racy_double_free_test.cc 26 x[i] = malloc(128);
  /external/e2fsprogs/lib/et/test_cases/
heimdal3.c 44 et = malloc(sizeof(struct et_list));
  /external/icu4c/test/letest/
letest.h 29 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type))
  /external/ipsec-tools/src/racoon/
gcmalloc.h 35 * Debugging malloc glue for Racoon.
46 * malloc(), calloc(), realloc(), and free() entry points in the main
55 malloc(size_t size) function
111 #define racoon_malloc(sz) malloc((sz))
  /external/libselinux/src/
fgetfilecon.c 17 buf = malloc(size);
get_initial_context.c 33 buf = malloc(size);
getfilecon.c 17 buf = malloc(size);
getpeercon.c 21 buf = malloc(size);
lgetfilecon.c 17 buf = malloc(size);
  /external/libsepol/src/
handle.c 9 sepol_handle_t *sh = malloc(sizeof(sepol_handle_t));
  /external/libvpx/nestegg/halloc/
halloc.h 27 * standard malloc/free api
  /external/llvm/utils/valgrind/
i386-pc-linux-gnu.supp 39 fun:malloc
  /external/skia/src/ports/
SkMemory_brew.cpp 46 void* p = MALLOC(size | ALLOC_NO_ZMEM);
SkMemory_malloc.cpp 44 void* p = malloc(size);
  /external/valgrind/main/VEX/
TODO.txt 41 Get rid of sloppy-malloc
  /external/valgrind/main/drd/tests/
memory_allocation.c 16 free(malloc(40960));
pth_barrier_race.c 32 barrier = (pthread_barrier_t *) malloc(sizeof(*barrier));

Completed in 524 milliseconds

1 2 3 4 5 6 7 8 91011>>