HomeSort by relevance Sort by last modified time
    Searched refs:malloc (Results 101 - 125 of 1606) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/e2fsprogs/lib/et/test_cases/
imap_err.c 72 et = malloc(sizeof(struct et_list));
simple.c 64 et = malloc(sizeof(struct et_list));
  /external/e2fsprogs/lib/ext2fs/
ext2_err.c 149 et = malloc(sizeof(struct et_list));
  /external/e2fsprogs/lib/ss/
help.c 62 buffer = malloc(80+2*strlen(request_name));
84 buffer = malloc(strlen (info->info_dirs[idx]) + 1 +
102 char *buf = malloc(strlen (MSG) + strlen (argv[1]) + 1);
162 dirs[n_dirs] = malloc((unsigned)strlen(info_dir)+1);
  /external/elfutils/lib/
xmalloc.c 36 p = malloc (n);
  /external/elfutils/libdw/
libdw_alloc.c 31 struct libdw_memblock *newp = malloc (size);
  /external/elfutils/libelf/
gelf_rawchunk.c 57 char *result = (char *) malloc (size);
  /external/libffi/testsuite/libffi.call/
struct3.c 39 (test_structure_3 *) malloc (sizeof(test_structure_3));
  /external/oprofile/libpopt/
findme.c 28 buf = malloc(strlen(path) + strlen(argv0) + sizeof("/"));
system.h 72 #define xstrdup(_str) (strcpy((malloc(strlen(_str)+1) ? : vmefail()), (_str)))
  /external/webkit/JavaScriptCore/API/tests/
NodeList.c 34 NodeList* nodeList = (NodeList*)malloc(sizeof(NodeList));
  /external/webkit/JavaScriptCore/wtf/wince/
MemoryManager.cpp 23 #undef malloc macro
32 #include <malloc.h>
64 return malloc(size);
115 void *fastMalloc(size_t n) { return malloc(n); }
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/
m4vh263_decoder_pv_types.h 24 #include <stdlib.h> // for free, malloc, etc
37 #define oscl_malloc malloc
  /frameworks/base/media/libstagefright/foundation/
ABuffer.cpp 26 : mData(malloc(capacity)),
  /hardware/qcom/gps/loc_api/libloc_api/
gps.c 42 struct gps_device_t *dev = malloc(sizeof(struct gps_device_t));
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.h 76 #define MALLOC(_pStruct_, _sName_) \
77 _pStruct_ = (_sName_*)malloc(sizeof(_sName_)); \
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/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.
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/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.
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/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.
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/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.
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/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.
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/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.
  /system/core/libcutils/
native_handle.c 30 native_handle_t* h = malloc(
process_name.c 43 char* copy = (char*) malloc(len + 1);
  /system/core/nexus/
TiwlanEventListener.cpp 35 if (!(data = (struct ipc_ev_data *) malloc(sizeof(struct ipc_ev_data)))) {

Completed in 1284 milliseconds

1 2 3 45 6 7 8 91011>>