OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malloc
(Results
551 - 575
of
2813
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium/sdch/open-vcdiff/testdata/
configure.ac.v0.2
34
AC_CHECK_HEADERS([
malloc
.h])
/external/libsepol/src/
boolean_record.c
26
(sepol_bool_key_t *)
malloc
(sizeof(struct sepol_bool_key));
128
sepol_bool_t *boolean = (sepol_bool_t *)
malloc
(sizeof(sepol_bool_t));
/external/open-vcdiff/testdata/
configure.ac.v0.1
32
AC_CHECK_HEADERS([
malloc
.h])
configure.ac.v0.2
34
AC_CHECK_HEADERS([
malloc
.h])
/external/openssl/crypto/
LPdir_win.c
66
*ctx = (LP_DIR_CTX *)
malloc
(sizeof(LP_DIR_CTX));
80
wdir = (TCHAR *)
malloc
(len_0 * sizeof(TCHAR));
/external/oprofile/libdb/
db_debug.c
21
unsigned char * bitmap =
malloc
(data->descr->current_size);
73
unsigned char * bitmap =
malloc
(max + 1);
/external/ppp/pppd/plugins/radius/
radrealms.c
50
auths = (SERVER *)
malloc
(sizeof(SERVER));
52
accts = (SERVER *)
malloc
(sizeof(SERVER));
/external/qemu/android/utils/
dll.c
24
char* result =
malloc
(len1+len2+1);
48
char* result =
malloc
(len+1);
system.c
31
block =
malloc
(size);
133
copy =
malloc
(len+1);
/external/qemu/
osdep.c
52
#include <
malloc
.h>
195
if( (wanted > 0) && ((*sptr =
malloc
( 1 + wanted )) != NULL) )
/external/regex-re2/util/
arena.cc
25
first_blocks_[0].mem = reinterpret_cast<char*>(
malloc
(block_size_));
85
block->mem = reinterpret_cast<char*>(
malloc
(block_size));
/external/skia/src/utils/ios/
SkStream_NSData.mm
12
void* src =
malloc
(length);
/external/valgrind/main/drd/tests/
annotate_barrier.c
133
t =
malloc
(nthread * sizeof(struct threadinfo));
134
array =
malloc
(iterations * sizeof(array[0]));
/external/valgrind/main/gdbserver_tests/
mcsignopass.stderr.exp
8
Address 0x........ is not stack'd,
malloc
'd or (recently) free'd
mcsigpass.stderr.exp
8
Address 0x........ is not stack'd,
malloc
'd or (recently) free'd
/external/valgrind/main/memcheck/tests/
dw4.stderr.exp
5
at 0x........:
malloc
(vg_replace_malloc.c:...)
malloc1.stderr.exp
13
at 0x........:
malloc
(vg_replace_malloc.c:...)
memalign2.c
17
#include "tests/
malloc
.h"
50
piece =
malloc
(1024 * 1000); assert (piece);
56
piece =
malloc
(1024 * 100); assert (piece);
origin3-no.stderr.exp
7
at 0x........:
malloc
(vg_replace_malloc.c:...)
25
at 0x........:
malloc
(vg_replace_malloc.c:...)
35
at 0x........:
malloc
(vg_replace_malloc.c:...)
45
at 0x........:
malloc
(vg_replace_malloc.c:...)
origin6-fp.c
26
vec =
malloc
(nArr * sizeof(double*));
29
vec[i] =
malloc
(nArr * sizeof(double));
varinfo5so.c
25
char* undefp =
malloc
(1);
50
char* onheap =
malloc
(3);
/external/webkit/Source/JavaScriptCore/API/tests/
minidom.c
67
char* exceptionUTF8 = (char*)
malloc
(exceptionUTF8Size);
104
buffer = (char*)
malloc
(buffer_capacity);
/external/webkit/Source/WebCore/bridge/
npruntime.cpp
88
variant->value.stringValue.UTF8Characters = (NPUTF8 *)
malloc
(sizeof(NPUTF8) * value->UTF8Length);
119
obj = (NPObject*)
malloc
(sizeof(NPObject));
/external/webkit/Source/WebCore/platform/graphics/android/layers/
PictureLayerContent.cpp
150
void* matrixStorage =
malloc
(canvas->getTotalMatrix().writeToMemory(NULL));
151
void* clipStorage =
malloc
(canvas->getTotalClip().writeToMemory(NULL));
/external/webp/src/dec/
alpha.c
77
decoded_data = (uint8_t*)
malloc
(decoded_size);
88
unfiltered_data = (uint8_t*)
malloc
(decoded_size);
Completed in 1350 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>