Searched refs:allocSize (Results 1 - 6 of 6) sorted by relevance

/external/webkit/JavaScriptCore/jit/
H A DExecutableAllocator.h257 size_t allocSize = roundUpAllocationSize(n, JIT_ALLOCATOR_PAGE_SIZE); local
258 Allocation mem = systemAlloc(allocSize);
263 m_end = m_freePtr + allocSize;
268 size_t allocSize = roundUpAllocationSize(n, JIT_ALLOCATOR_PAGE_SIZE); local
270 Allocation result = systemAlloc(allocSize);
275 if ((allocSize - n) > static_cast<size_t>(m_end - m_freePtr)) {
278 m_end = result.pages + allocSize;
/external/srec/portable/src/
H A Dpmemory_ext.c88 #define GUARD_OFF_END(allocSize) ((allocSize) - sizeof(unsigned int))
/external/icu4c/common/
H A Dunisetspan.cpp264 int32_t allocSize; local
267 allocSize=stringsLength*(4+1+1+1+1)+utf8Length;
269 allocSize=stringsLength; // One set of span lengths.
272 allocSize+=stringsLength*4+utf8Length;
275 if(allocSize<=(int32_t)sizeof(staticLengths)) {
278 utf8Lengths=(int32_t *)uprv_malloc(allocSize);
405 int32_t allocSize=stringsLength*(4+1+1+1+1)+utf8Length; local
406 if(allocSize<=(int32_t)sizeof(staticLengths)) {
409 utf8Lengths=(int32_t *)uprv_malloc(allocSize);
418 uprv_memcpy(utf8Lengths, otherStringSpan.utf8Lengths, allocSize);
[all...]
/external/opencore/engines/2way/src/
H A Dpv_2way_proxy_adapter.cpp455 uint32 allocSize = sizeof(refcount_type) + (sizeof(char) * (oscl_strlen(aTag) + 1)); local
456 uint8 * mem = (uint8*)myAlloc.allocate(allocSize);
484 uint32 allocSize = sizeof(refcount_type) + (sizeof(char) * (oscl_strlen(aTag) + 1)); local
485 uint8 * mem = (uint8*)myAlloc.allocate(allocSize);
517 uint32 allocSize = sizeof(refcount_type) + (sizeof(char) * (oscl_strlen(aTag) + 1)); local
518 uint8 * mem = (uint8*)myAlloc.allocate(allocSize);
546 uint32 allocSize = sizeof(refcount_type) + (sizeof(char) * (oscl_strlen(aTag) + 1)); local
547 uint8 * mem = (uint8*)myAlloc.allocate(allocSize);
/external/sqlite/dist/
H A Dsqlite3.c.orig15636 int allocSize
15639 sqlite3_release_memory(allocSize);
[all...]
H A Dsqlite3.c15641 int allocSize
15644 sqlite3_release_memory(allocSize);
[all...]

Completed in 985 milliseconds