OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:malloc
(Results
526 - 550
of
6596
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
malloc.h
36
extern __mallocfunc void*
malloc
(size_t);
75
p =
malloc
(n);
85
number of bytes allocated via
malloc
(or realloc, etc) but not yet
94
(normally sbrk) outside of
malloc
.
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
malloc.h
36
extern __mallocfunc void*
malloc
(size_t);
75
p =
malloc
(n);
85
number of bytes allocated via
malloc
(or realloc, etc) but not yet
94
(normally sbrk) outside of
malloc
.
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
malloc_allocator.h
1
// Allocator that wraps "C"
malloc
-*- C++ -*-
44
* @brief An allocator that uses
malloc
.
48
* - all allocation calls
malloc
90
pointer __ret = static_cast<_Tp*>(std::
malloc
(__n * sizeof(_Tp)));
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
malloc.h
36
extern __mallocfunc void*
malloc
(size_t);
75
p =
malloc
(n);
85
number of bytes allocated via
malloc
(or realloc, etc) but not yet
94
(normally sbrk) outside of
malloc
.
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
malloc.h
36
extern __mallocfunc void*
malloc
(size_t);
75
p =
malloc
(n);
85
number of bytes allocated via
malloc
(or realloc, etc) but not yet
94
(normally sbrk) outside of
malloc
.
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
malloc.h
36
extern __mallocfunc void*
malloc
(size_t);
75
p =
malloc
(n);
85
number of bytes allocated via
malloc
(or realloc, etc) but not yet
94
(normally sbrk) outside of
malloc
.
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
malloc.h
36
extern __mallocfunc void*
malloc
(size_t);
75
p =
malloc
(n);
85
number of bytes allocated via
malloc
(or realloc, etc) but not yet
94
(normally sbrk) outside of
malloc
.
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
malloc.h
36
extern __mallocfunc void*
malloc
(size_t);
75
p =
malloc
(n);
85
number of bytes allocated via
malloc
(or realloc, etc) but not yet
94
(normally sbrk) outside of
malloc
.
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
malloc.h
36
extern __mallocfunc void*
malloc
(size_t);
75
p =
malloc
(n);
85
number of bytes allocated via
malloc
(or realloc, etc) but not yet
94
(normally sbrk) outside of
malloc
.
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
malloc.h
36
extern __mallocfunc void*
malloc
(size_t);
75
p =
malloc
(n);
85
number of bytes allocated via
malloc
(or realloc, etc) but not yet
94
(normally sbrk) outside of
malloc
.
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
malloc.h
36
extern __mallocfunc void*
malloc
(size_t);
75
p =
malloc
(n);
85
number of bytes allocated via
malloc
(or realloc, etc) but not yet
94
(normally sbrk) outside of
malloc
.
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/
malloc.h
36
extern __mallocfunc void*
malloc
(size_t);
75
p =
malloc
(n);
85
number of bytes allocated via
malloc
(or realloc, etc) but not yet
94
(normally sbrk) outside of
malloc
.
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/
malloc.h
36
extern __mallocfunc void*
malloc
(size_t);
75
p =
malloc
(n);
85
number of bytes allocated via
malloc
(or realloc, etc) but not yet
94
(normally sbrk) outside of
malloc
.
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
malloc.h
36
extern __mallocfunc void*
malloc
(size_t);
75
p =
malloc
(n);
85
number of bytes allocated via
malloc
(or realloc, etc) but not yet
94
(normally sbrk) outside of
malloc
.
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
malloc.h
36
extern __mallocfunc void*
malloc
(size_t);
75
p =
malloc
(n);
85
number of bytes allocated via
malloc
(or realloc, etc) but not yet
94
(normally sbrk) outside of
malloc
.
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
malloc_allocator.h
1
// Allocator that wraps "C"
malloc
-*- C++ -*-
44
* @brief An allocator that uses
malloc
.
48
* - all allocation calls
malloc
90
pointer __ret = static_cast<_Tp*>(std::
malloc
(__n * sizeof(_Tp)));
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
malloc_allocator.h
1
// Allocator that wraps "C"
malloc
-*- C++ -*-
44
* @brief An allocator that uses
malloc
.
48
* - all allocation calls
malloc
90
pointer __ret = static_cast<_Tp*>(std::
malloc
(__n * sizeof(_Tp)));
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
malloc_allocator.h
1
// Allocator that wraps "C"
malloc
-*- C++ -*-
46
* @brief An allocator that uses
malloc
.
50
* - all allocation calls
malloc
92
pointer __ret = static_cast<_Tp*>(std::
malloc
(__n * sizeof(_Tp)));
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
malloc_allocator.h
1
// Allocator that wraps "C"
malloc
-*- C++ -*-
47
* @brief An allocator that uses
malloc
.
51
* - all allocation calls
malloc
96
pointer __ret = static_cast<_Tp*>(std::
malloc
(__n * sizeof(_Tp)));
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
malloc_allocator.h
1
// Allocator that wraps "C"
malloc
-*- C++ -*-
46
* @brief An allocator that uses
malloc
.
50
* - all allocation calls
malloc
92
pointer __ret = static_cast<_Tp*>(std::
malloc
(__n * sizeof(_Tp)));
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
malloc_allocator.h
1
// Allocator that wraps "C"
malloc
-*- C++ -*-
47
* @brief An allocator that uses
malloc
.
51
* - all allocation calls
malloc
96
pointer __ret = static_cast<_Tp*>(std::
malloc
(__n * sizeof(_Tp)));
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
malloc_allocator.h
1
// Allocator that wraps "C"
malloc
-*- C++ -*-
48
* @brief An allocator that uses
malloc
.
52
* - all allocation calls
malloc
103
pointer __ret = static_cast<_Tp*>(std::
malloc
(__n * sizeof(_Tp)));
/external/chromium_org/third_party/icu/source/test/cintltst/
cdtdptst.c
58
pattern=(UChar*)
malloc
(sizeof(UChar) * (strlen("EEE MMM dd HH:mm:ss.SSS zzz yyyy G")+1 ));
72
s=(UChar*)
malloc
(sizeof(UChar) * (strlen("03-Apr-04 2:20:47 o'clock AM PST")+1) );
129
s=(UChar*)
malloc
(sizeof(UChar) * (strlen("01/01/1997 10:11:42 AM")+1) );
163
str=(UChar*)
malloc
(sizeof(UChar) * (strlen(s) + 1) );
165
pat=(UChar*)
malloc
(sizeof(UChar) * (strlen(pattern) + 1) );
201
pattern=(UChar*)
malloc
(sizeof(UChar) * (strlen("yyyyMMddHHmmssSSS")+1) );
249
pattern=(UChar*)
malloc
(sizeof(UChar) * (lneed+1) );
253
tzID=(UChar*)
malloc
(sizeof(UChar) * 4);
313
pattern=(UChar*)
malloc
(sizeof(UChar) * (strlen("MM/dd/yyyy 'at' hh:mm:ss a zzz")+1) );
324
tzID=(UChar*)
malloc
(sizeof(UChar) * 4)
[
all
...]
/external/icu4c/test/cintltst/
cdtdptst.c
58
pattern=(UChar*)
malloc
(sizeof(UChar) * (strlen("EEE MMM dd HH:mm:ss.SSS zzz yyyy G")+1 ));
72
s=(UChar*)
malloc
(sizeof(UChar) * (strlen("03-Apr-04 2:20:47 o'clock AM PST")+1) );
129
s=(UChar*)
malloc
(sizeof(UChar) * (strlen("01/01/1997 10:11:42 AM")+1) );
163
str=(UChar*)
malloc
(sizeof(UChar) * (strlen(s) + 1) );
165
pat=(UChar*)
malloc
(sizeof(UChar) * (strlen(pattern) + 1) );
201
pattern=(UChar*)
malloc
(sizeof(UChar) * (strlen("yyyyMMddHHmmssSSS")+1) );
249
pattern=(UChar*)
malloc
(sizeof(UChar) * (lneed+1) );
253
tzID=(UChar*)
malloc
(sizeof(UChar) * 4);
313
pattern=(UChar*)
malloc
(sizeof(UChar) * (strlen("MM/dd/yyyy 'at' hh:mm:ss a zzz")+1) );
324
tzID=(UChar*)
malloc
(sizeof(UChar) * 4)
[
all
...]
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c
76
uint8_t *values = (uint8_t *)
malloc
(count);
91
str = (char *)
malloc
(count + 1);
104
uint16_t *values = (uint16_t *)
malloc
(count * sizeof(uint16_t));
119
uint32_t *values = (uint32_t *)
malloc
(count * sizeof(uint32_t));
134
rat_t *values = (rat_t *)
malloc
(count * sizeof(rat_t));
148
uint8_t *values = (uint8_t *)
malloc
(count);
160
int32_t *values = (int32_t *)
malloc
(count * sizeof(int32_t));
175
srat_t *values = (srat_t *)
malloc
(count * sizeof(srat_t));
Completed in 618 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>