OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malloc
(Results
1101 - 1125
of
2813
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/webkit/Source/JavaScriptCore/wtf/wince/
FastMallocWinCE.h
52
#define
malloc
(n) fastMalloc(n)
macro
100
//
Malloc
validation is a scheme whereby a tag is attached to an
/external/webkit/Source/WebKit/android/
RenderSkinNinePatch.cpp
81
*data =
malloc
(peeker.fPatch->serializedSize());
/external/webkit/Source/WebKit2/Shared/mac/
WebMemorySampler.mac.mm
35
#import <
malloc
/
malloc
.h>
147
webKitMemoryStats.keys.append(String("Fast
Malloc
Zone Bytes"));
149
webKitMemoryStats.keys.append(String("Default
Malloc
Zone Bytes"));
151
webKitMemoryStats.keys.append(String("Dispatch Continuation
Malloc
Zone Bytes"));
153
webKitMemoryStats.keys.append(String("Purgeable
Malloc
Zone Bytes"));
159
webKitMemoryStats.keys.append(String("Fast
Malloc
Zone Bytes"));
161
webKitMemoryStats.keys.append(String("Default
Malloc
Zone Bytes"));
163
webKitMemoryStats.keys.append(String("Dispatch Continuation
Malloc
Zone Bytes"));
165
webKitMemoryStats.keys.append(String("Purgeable
Malloc
Zone Bytes"))
[
all
...]
/external/webkit/Tools/FindSafari/
FindSafari.cpp
51
TCHAR* buffer = (TCHAR*)
malloc
(bufferSize);
/external/webkit/Tools/android/flex-2.5.4a/
scan.l
690
/* Wrapper routines for accessing the scanner's
malloc
routines. */
695
return (void *)
malloc
( size );
/external/webp/examples/
dwebp.c
79
data =
malloc
(data_size);
/external/wpa_supplicant_8/wpa_supplicant/
win_if_list.c
84
b =
malloc
(blen);
/external/zlib/src/examples/
gzappend.c
270
gz.buf =
malloc
(CHUNK);
279
window =
malloc
(DSIZE);
402
in = fd == -1 ? NULL :
malloc
(CHUNK);
403
out =
malloc
(CHUNK);
/external/zlib/src/
gzguts.h
98
extern voidp
malloc
OF((uInt size));
gzlib.c
111
state =
malloc
(sizeof(gz_state));
198
state->path =
malloc
(len + 1);
285
if (fd == -1 || (path =
malloc
(7 + 3 * sizeof(int))) == NULL)
592
if ((state->msg =
malloc
(strlen(state->path) + strlen(msg) + 3)) == NULL) {
/frameworks/av/media/libnbaio/
SourceAudioBufferProvider.cpp
64
mAllocated =
malloc
(buffer->frameCount << mFrameBitShift);
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
lsp.cpp
176
if ((s = (lspState *)
malloc
(sizeof(lspState))) == NULL)
178
/* fprintf(stderr, "lsp_init: can not
malloc
state structure\n"); */
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cl_ltp.cpp
170
if ((s= (clLtpState *)
malloc
(sizeof(clLtpState))) == NULL){
171
fprintf(stderr, "cl_ltp_init: can not
malloc
state structure\n");
224
if ((s = (clLtpState *)
malloc
(sizeof(clLtpState))) == NULL)
226
/*fprint(stderr, "cl_ltp_init: can not
malloc
state structure\n");*/
ton_stab.cpp
148
if ((s= (tonStabState *)
malloc
(sizeof(tonStabState))) == NULL){
149
// fprintf(stderr, "ton_stab_init: can not
malloc
state structure\n");
196
if ((s = (tonStabState *)
malloc
(sizeof(tonStabState))) == NULL)
198
/* fprintf(stderr, "ton_stab_init: can not
malloc
state structure\n"); */
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
TestBenchMultipleInstance.c
136
decoder = (Decoder **)
malloc
(sizeof(Decoder*)*(u32)instCount);
162
decoder[i]->byteStrmStart = (u8 *)
malloc
(sizeof(u8)*strmLen);
362
tmpImage =
malloc
(picSize);
418
return
malloc
(size);
/frameworks/base/services/jni/
com_android_server_LightsService.cpp
69
devices = (Devices*)
malloc
(sizeof(Devices));
/frameworks/base/tools/aidl/
aidl_language_l.l
116
extra_text_type* text = (extra_text_type*)
malloc
(sizeof(extra_text_type));
140
g_nextExtraText->data = (char*)
malloc
(g_nextExtraText->len+1);
/frameworks/native/libs/gui/
SensorManager.cpp
93
mSensorList = (Sensor const**)
malloc
(count * sizeof(Sensor*));
/frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetShaderSource.cpp
102
char* buf = (char*)
malloc
(shaderLen);
/frameworks/rs/cpp/
Type.cpp
17
#include <
malloc
.h>
/hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp
113
dev = (hwc_context_t*)
malloc
(sizeof(*dev));
/hardware/libhardware_legacy/uevent/
uevent.c
107
h =
malloc
(sizeof(struct uevent_handler));
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Dec_CompThread.c
62
#include <
malloc
.h>
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.h
135
#define
MALLOC
(_ptr,_castType,_type,_eError) \
137
_ptr = (_castType *)
malloc
(sizeof(_type)); \
/hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp
218
tempVal = (char*)
malloc
( sizeof(char) * (len + 1));
342
table[position].Value = (char*)
malloc
(sizeof(char) * (value_length + 1));
392
resize_src = (uint8_t*)
malloc
(input->dst_size);
431
row_tmp = (uint8_t*)
malloc
(out_width * 3);
Completed in 1219 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>