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

1 2 34 5 6 7 8 91011>>

  /external/iproute2/netem/
stats.c 13 #include <malloc.h>
33 x = (double *)malloc(limit*sizeof(double));
  /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/webkit/JavaScriptCore/API/tests/
Node.c 32 Node* node = (Node*)malloc(sizeof(Node));
43 NodeLink* nodeLink = (NodeLink*)malloc(sizeof(NodeLink));
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
cmnMemory.c 24 #include <malloc.h>
36 pMemInfo->VBuffer = malloc (pMemInfo->Size);
  /frameworks/base/media/libstagefright/codecs/common/
cmnMemory.c 24 #include <malloc.h>
36 pMemInfo->VBuffer = malloc (pMemInfo->Size);
  /hardware/qcom/media/mm-video/vidc/vdec/src/
queue.c 52 Queue *q = (Queue *) malloc(sizeof(Queue));
81 Node *new_node = (Node *) malloc(sizeof(Node));
  /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));
  /bootable/recovery/edify/
parser.y 69 $$ = malloc(sizeof(Expr));
90 $$ = malloc(sizeof(Expr));
112 $$.argv = malloc(sizeof(Expr*));
  /external/jpeg/
jmem-android.c 22 #ifndef HAVE_STDLIB_H /* <stdlib.h> should declare malloc(),free() */
23 extern void * malloc JPP((size_t size));
34 * routines malloc() and free().
40 return (void *) malloc(sizeofobject);
60 return (void FAR *) malloc(sizeofobject);
jmem-ashmem.c 26 #ifndef HAVE_STDLIB_H /* <stdlib.h> should declare malloc(),free() */
27 extern void * malloc JPP((size_t size));
33 * routines malloc() and free().
39 return (void *) malloc(sizeofobject);
59 return (void FAR *) malloc(sizeofobject);
  /external/libffi/testsuite/libffi.call/
pyobjc-tc.c 50 point_type.elements = malloc(3 * sizeof(ffi_type*));
58 size_type.elements = malloc(3 * sizeof(ffi_type*));
66 rect_type.elements = malloc(3 * sizeof(ffi_type*));
  /system/core/libcutils/
buffer.c 28 Buffer* buffer = malloc(sizeof(Buffer));
34 buffer->data = malloc(capacity);
48 Buffer* buffer = malloc(sizeof(Buffer));
  /bionic/libc/bionic/
malloc_debug_common.h 30 * Contains declarations of types and constants used by malloc leak
70 /* Entry in malloc dispatch table. */
73 /* Address of the actual malloc routine. */
74 void* (*malloc)(size_t bytes); member in struct:MallocDebug
85 /* Malloc debugging initialization routine.
86 * This routine must be implemented in .so modules that implement malloc
88 * routine implemented in bionic/libc/bionic/malloc_debug_common.c when malloc
  /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.
  /bionic/libc/stdio/
asprintf.c 36 f._bf._base = f._p = (unsigned char *)malloc(128);
vasprintf.c 36 f._bf._base = f._p = (unsigned char *)malloc(128);
  /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.
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Memory.c 44 return (OMX_PTR)malloc(size);
  /external/e2fsprogs/e2fsck/
prof_err.c 73 et = malloc(sizeof(struct et_list));
  /external/e2fsprogs/lib/e2p/
iod.c 48 de = malloc(max_len+1);
ostype.c 35 ret = malloc(strlen(os)+1);
  /external/e2fsprogs/lib/et/test_cases/
continuation.c 43 et = malloc(sizeof(struct et_list));
heimdal.c 124 et = malloc(sizeof(struct et_list));
heimdal2.c 110 et = malloc(sizeof(struct et_list));
heimdal3.c 44 et = malloc(sizeof(struct et_list));

Completed in 375 milliseconds

1 2 34 5 6 7 8 91011>>