Searched defs:allocateMemory (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DArrayBufferContents.cpp55 allocateMemory(numElements * elementByteSize, policy, m_data);
70 allocateMemory(0, ZeroInitialize, m_data);
101 allocateMemory(m_sizeInBytes, DontInitialize, other.m_data);
108 void ArrayBufferContents::allocateMemory(size_t size, InitializationPolicy policy, void*& data) function in class:WTF::ArrayBufferContents
/external/chromium_org/third_party/icu/source/i18n/
H A Dusearch.cpp190 inline void * allocateMemory(uint32_t size, UErrorCode *status) function
226 int32_t *temp = (int32_t *)allocateMemory(
266 int64_t *temp = (int64_t *)allocateMemory(
867 norm = (UChar *)allocateMemory((size + 1) * sizeof(UChar),
1382 destination = (UChar *)allocateMemory(
/external/icu/icu4c/source/i18n/
H A Dusearch.cpp182 inline void * allocateMemory(uint32_t size, UErrorCode *status) function
218 int32_t *temp = (int32_t *)allocateMemory(
258 int64_t *temp = (int64_t *)allocateMemory(
854 norm = (UChar *)allocateMemory((size + 1) * sizeof(UChar),
1369 destination = (UChar *)allocateMemory(

Completed in 133 milliseconds