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

<<31323334353637383940>>

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
mem_align.c 35 * description: malloc the alignments memory
  /frameworks/av/services/audioflinger/
SourceAudioBufferProvider.cpp 64 mAllocated = malloc(buffer->frameCount << mFrameBitShift);
  /frameworks/base/media/mca/filterpacks/native/imageproc/
brightness.c 34 (*user_data) = malloc(sizeof(BrightnessParameters));
contrast.c 29 (*user_data) = malloc(sizeof(ContrastParameters));
  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 58 data = (DataType*)malloc(sizeof(DataType)*m_Size);
352 std::malloc(pNumOfElements*sizeof(DataType)));
409 std::malloc(pNumOfElements*sizeof(DataType)));
413 return std::malloc(pNumOfElements);
  /frameworks/native/include/utils/
misc.h 34 * Make a copy of the string, using "new[]" instead of "malloc". Free the
  /frameworks/native/libs/utils/
SharedBuffer.cpp 29 SharedBuffer* sb = static_cast<SharedBuffer *>(malloc(sizeof(SharedBuffer) + size));
  /frameworks/rs/cpp/
Script.cpp 20 #include <malloc.h>
  /frameworks/rs/
rsFileA3D.h 85 void * mAlloc;
  /frameworks/wilhelm/tools/permute/
permute.c 221 s.mSegmentArray = (Segment *) malloc(sizeof(Segment) * s.mSegmentMax);
241 void *ptr = malloc(sfinfo_in.frames * frameSizeRead);
252 char *path_out = malloc(strlen(path_in) + 8);
284 char *path_map = malloc(strlen(path_in) + 8);
  /hardware/libhardware_legacy/uevent/
uevent.c 107 h = malloc(sizeof(struct uevent_handler));
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_DebugMem.h 34 #define malloc(x) OMX_DebugMem_malloc(x,__FILE__,__FUNCTION__,__LINE__) macro
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_DebugMem.h 58 #define malloc(x) OMX_DebugMem_malloc(x,__FILE__,__FUNCTION__,__LINE__) macro
  /ndk/sources/host-tools/make-3.81/
hash.c 23 #define MALLOC(t, n) ((t *) xmalloc (sizeof (t) * (n)))
25 #define CLONE(o, t, n) ((t *) memcpy (MALLOC (t, (n)), (o), sizeof (t) * (n)))
292 user-supplied vector, or malloc one. */
302 vector_0 = MALLOC (void *, ht->ht_fill + 1);
  /packages/inputmethods/LatinIME/native/jni/src/
debug.h 62 unsigned char *buf = (unsigned char*)malloc((1 + codesSize) * sizeof(*buf));
dictionary.h 71 // also for the malloc version.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
libiberty.h 72 malloc. Use freeargv to free the vector. */
80 /* Duplicate an argument vector. Allocates memory using malloc. Use
199 return value using malloc. */
206 return value using malloc. */
223 /* Allocate memory filled with spaces. Allocates using malloc. */
281 /* Allocate memory without fail. If malloc fails, this will print a
288 realloc type functions are not suitable for attribute malloc since
595 /* Like sprintf but provides a pointer to malloc'd storage, which must
602 /* Like vsprintf but provides a pointer to malloc'd storage, which
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
libiberty.h 73 malloc. Use freeargv to free the vector. */
81 /* Duplicate an argument vector. Allocates memory using malloc. Use
211 return value using malloc. */
218 return value using malloc. */
235 /* Allocate memory filled with spaces. Allocates using malloc. */
293 /* Allocate memory without fail. If malloc fails, this will print a
300 realloc type functions are not suitable for attribute malloc since
609 /* Like sprintf but provides a pointer to malloc'd storage, which must
616 /* Like vsprintf but provides a pointer to malloc'd storage, which
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
libiberty.h 73 malloc. Use freeargv to free the vector. */
81 /* Duplicate an argument vector. Allocates memory using malloc. Use
211 return value using malloc. */
218 return value using malloc. */
235 /* Allocate memory filled with spaces. Allocates using malloc. */
293 /* Allocate memory without fail. If malloc fails, this will print a
300 realloc type functions are not suitable for attribute malloc since
609 /* Like sprintf but provides a pointer to malloc'd storage, which must
616 /* Like vsprintf but provides a pointer to malloc'd storage, which
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
libiberty.h 73 malloc. Use freeargv to free the vector. */
81 /* Duplicate an argument vector. Allocates memory using malloc. Use
211 return value using malloc. */
218 return value using malloc. */
235 /* Allocate memory filled with spaces. Allocates using malloc. */
293 /* Allocate memory without fail. If malloc fails, this will print a
300 realloc type functions are not suitable for attribute malloc since
609 /* Like sprintf but provides a pointer to malloc'd storage, which must
616 /* Like vsprintf but provides a pointer to malloc'd storage, which
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
gnu-versions.h 47 #define _GNU_OBSTACK_INTERFACE_VERSION 1 /* vs malloc/obstack.c */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
xmalloc.h 39 /** Allocate the specified number of bytes, just like malloc() does. However, in case of OOM, terminate */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libXext.so.6 
libXext.so.6.4 
libXext.so.6.4.0 

Completed in 2611 milliseconds

<<31323334353637383940>>