HomeSort by relevance Sort by last modified time
    Searched defs:allocateMemory (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
ArrayBufferContents.cpp 55 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)
  /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/icu/icu4c/source/i18n/
usearch.cpp 182 inline void * allocateMemory(uint32_t size, UErrorCode *status)
218 int32_t *temp = (int32_t *)allocateMemory(
258 int64_t *temp = (int64_t *)allocateMemory(
854 norm = (UChar *)allocateMemory((size + 1) * sizeof(UChar),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/GL/internal/
dri_interface.h 154 void *(*allocateMemory)(__DRIscreen *screen, GLsizei size,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 154 void *(*allocateMemory)(__DRIscreen *screen, GLsizei size,
  /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 163 milliseconds