OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocateMemory
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
ArrayBufferContents.cpp
54
allocateMemory
(numElements * elementByteSize, policy, m_data);
69
allocateMemory
(0, ZeroInitialize, m_data);
100
allocateMemory
(m_sizeInBytes, DontInitialize, other.m_data);
107
void ArrayBufferContents::
allocateMemory
(size_t size, InitializationPolicy policy, void*& data)
/external/chromium_org/third_party/icu/source/i18n/
usearch.cpp
190
inline void *
allocateMemory
(uint32_t size, UErrorCode *status)
226
int32_t *temp = (int32_t *)
allocateMemory
(
266
int64_t *temp = (int64_t *)
allocateMemory
(
867
norm = (UChar *)
allocateMemory
((size + 1) * sizeof(UChar),
[
all
...]
/external/icu4c/i18n/
usearch.cpp
190
inline void *
allocateMemory
(uint32_t size, UErrorCode *status)
226
int32_t *temp = (int32_t *)
allocateMemory
(
266
int64_t *temp = (int64_t *)
allocateMemory
(
867
norm = (UChar *)
allocateMemory
((size + 1) * sizeof(UChar),
[
all
...]
/prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar
Completed in 382 milliseconds