OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malloc
(Results
2676 - 2700
of
2813
) sorted by null
<<
101
102
103
104
105
106
107
108
109
110
>>
/external/e2fsprogs/resize/
resize2fs.c
[
all
...]
/external/icu4c/
configure
[
all
...]
/external/icu4c/test/cintltst/
citertst.c
462
source=(UChar*)
malloc
(sizeof(UChar) * 20);
[
all
...]
custrtst.c
82
dataTable[i][j] = (UChar*)
malloc
(sizeof(UChar)*(strlen(raw[i][j])+1));
[
all
...]
/external/icu4c/test/iotest/
filetst.c
[
all
...]
/external/linux-tools-perf/util/
probe-event.c
285
*new_path =
malloc
((strlen(prefix) + strlen(raw_path) + 2));
[
all
...]
/external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp
753
// Avoid
malloc
-ing zero bytes, use max()...
757
void *Memory =
malloc
(MemToAlloc);
764
assert(Result.PointerVal != 0 && "Null pointer returned by
malloc
!");
[
all
...]
/external/openssl/ssl/
kssl.c
[
all
...]
/external/qemu/
trace.c
263
fname =
malloc
(path_len);
[
all
...]
/external/strace/
strace.c
[
all
...]
/external/valgrind/main/coregrind/
m_mallocfree.c
3
/*--- An implementation of
malloc
/free which doesn't use sbrk. ---*/
2224
void* VG_(
malloc
) ( HChar* cc, SizeT nbytes )
function
[
all
...]
vgdb.c
158
/* Calls
malloc
(size). Exits if memory can't be allocated. */
162
void * mem =
malloc
(size);
[
all
...]
/external/valgrind/main/drd/
drd_thread.c
41
#include "pub_tool_mallocfree.h" // VG_(
malloc
)(), VG_(free)()
382
msg = VG_(
malloc
)("drd.main.dptj.1", msg_size);
[
all
...]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp
[
all
...]
/external/webrtc/src/modules/audio_processing/aec/
aec_core.c
149
aec_t *aec =
malloc
(sizeof(aec_t));
[
all
...]
/external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c
276
AecmCore_t *aecm =
malloc
(sizeof(AecmCore_t));
[
all
...]
/external/zlib/src/contrib/minizip/
unzip.c
112
# define ALLOC(size) (
malloc
(size))
[
all
...]
/frameworks/av/media/libeffects/testlibs/
EffectReverb.c
126
module =
malloc
(sizeof(reverb_module_t));
[
all
...]
/frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp
[
all
...]
/frameworks/av/services/audioflinger/
AudioMixer.cpp
333
effect_param_t * const param = (effect_param_t *)
malloc
(downmixParamSize);
[
all
...]
AudioPolicyService.cpp
[
all
...]
AudioResamplerSinc.cpp
20
#include <
malloc
.h>
[
all
...]
/frameworks/native/opengl/libagl/
array.cpp
356
base =
malloc
(size);
[
all
...]
/frameworks/rs/driver/
rsdAllocation.cpp
43
// server requires
malloc
.h for memalign
44
#include <
malloc
.h>
[
all
...]
/hardware/msm7k/libcamera/
QualcommCameraHardware.cpp
[
all
...]
Completed in 1442 milliseconds
<<
101
102
103
104
105
106
107
108
109
110
>>