HomeSort by relevance Sort by last modified time
    Searched refs:malloc (Results 1651 - 1675 of 2813) sorted by null

<<61626364656667686970>>

  /external/quake/quake/src/QW/client/
sys_win.c 460 textCopied = malloc(GlobalSize(th)+1);
655 parms.membase = malloc (parms.memsize);
  /external/sonivox/arm-wt-22k/misc/
eas_host.c 117 *pHWInstData = malloc(sizeof(EAS_HW_INST_DATA));
161 return malloc((EAS_U32)size);
  /external/srec/portable/src/
pmemblock.c 307 pMemory = malloc(poolSize * (1 << whichPool) + PARTITION_CONTROL_BLOCK_SIZE);
374 pMemory = malloc(size);
  /external/valgrind/main/callgrind/
debug.c 438 void* CLG_(malloc)(HChar* cc, UWord s, char* f) function
440 CLG_DEBUG(3, "Malloc(%lu) in %s.\n", s, f);
441 return VG_(malloc)(cc,s);
  /external/valgrind/main/coregrind/m_gdbserver/
target.c 106 struct reg *new_regs = malloc(3 * n * sizeof(reg_defs[0]));
111 new_regs[i*n + r].name = malloc(strlen(reg_defs[r].name)
  /external/valgrind/main/coregrind/
m_tooliface.c 293 void* (*malloc) ( ThreadId, SizeT ),
307 VG_(tdict).tool_malloc = malloc;
  /external/valgrind/main/massif/tests/
alloc-fns-A.post.exp 48 100.00% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
alloc-fns-B.post.exp 48 100.00% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
thresholds_0_0.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  /external/webkit/Examples/NetscapeCoreAnimationPlugin/
main.m 112 PluginObject *obj = (PluginObject *)malloc(sizeof(PluginObject));
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp 34 // A malloc that uses a per-thread cache to satisfy small malloc requests.
35 // (The time for malloc/free of a small object drops from 300 ns to 50 ns.)
38 // description of how this malloc works.
73 // * malloc/free of small objects goes from ~300 ns to ~50 ns.
210 #include <malloc/malloc.h>
212 #include <malloc.h>
225 void* result = malloc(n + sizeof(AllocAlignmentInteger));
234 return malloc(n)
    [all...]
  /external/webkit/Source/WebKit/mac/Misc/
WebNSFileManagerExtras.m 130 MetaDataInfo *info = malloc(sizeof(MetaDataInfo));
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 105 void *(*malloc)(int); member in struct:sqlite3_api_routines
285 #define sqlite3_malloc sqlite3_api->malloc
  /external/zlib/src/contrib/minizip/
miniunz.c 148 buffer = (char*)malloc(len+1);
337 buf = (void*)malloc(size_buf);
  /external/zlib/src/
gzread.c 93 state->in = malloc(state->want);
94 state->out = malloc(state->want << 1);
  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 269 char* buf = (char*) malloc(infoLen);
299 char* buf = (char*) malloc(infoLen);
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorUtils.cpp 294 *pOutputData = (uint8_t*)malloc(size);
378 outputData = (uint8_t *)malloc(outputSize);
  /frameworks/rs/
rsFileA3D.cpp 33 mAlloc = NULL;
57 if (mAlloc) {
58 free(mAlloc);
172 uint8_t *headerData = (uint8_t *)malloc(headerSize);
197 mAlloc = malloc(mDataSize);
198 if (!mAlloc) {
201 mData = (uint8_t *)mAlloc;
202 len = fread(mAlloc, 1, mDataSize, f);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Enc_Utils.h 157 * M A C R O S FOR MALLOC and MEMORY FREE and CLOSING PIPES
186 _pStruct_ = (_sName_*)malloc(sizeof(_sName_)); \
189 printf("%d :: Malloc Failed\n",__LINE__); \
198 _ptr_ = (_name_ *)malloc(_size_); \
201 printf("%d :: Malloc Failed\n",__LINE__); \
    [all...]
  /hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp 518 camera_device = (ti_camera_device_t*)malloc(sizeof(*camera_device));
526 camera_ops = (camera_device_ops_t*)malloc(sizeof(*camera_ops));
  /ndk/sources/android/cpufeatures/
cpu-features.c 223 result = malloc(len+1);
556 cpuinfo = malloc(cpuinfo_len);
  /ndk/sources/host-tools/make-3.81/
getopt.c 269 that we can compare them later. But we must not use malloc(3). */
322 char *new_str = malloc (top + 1);
431 (char *) malloc (nonoption_flags_max_len);
make.h 230 extern char *malloc PARAMS ((int));
365 # include <malloc.h>
  /ndk/sources/host-tools/sed-4.2.1/
bootstrap.sh 125 ${CC} -DHAVE_CONFIG_H -I.. -I. -c malloc.c || exit 1
bootstrap.sh.in 125 ${CC} -DHAVE_CONFIG_H -I.. -I. -c malloc.c || exit 1

Completed in 1290 milliseconds

<<61626364656667686970>>