Searched refs:allocSize (Results 1 – 5 of 5) sorted by relevance
147 size_t allocSize = roundUpAllocationSize(n, JIT_ALLOCATOR_PAGE_SIZE); in ExecutablePool() local148 Allocation mem = systemAlloc(allocSize); in ExecutablePool()153 m_end = m_freePtr + allocSize; in ExecutablePool()158 size_t allocSize = roundUpAllocationSize(n, JIT_ALLOCATOR_PAGE_SIZE); in poolAllocate() local160 Allocation result = systemAlloc(allocSize); in poolAllocate()165 if ((allocSize - n) > static_cast<size_t>(m_end - m_freePtr)) { in poolAllocate()168 m_end = result.pages + allocSize; in poolAllocate()
264 int32_t allocSize; in UnicodeSetStringSpan() local267 allocSize=stringsLength*(4+1+1+1+1)+utf8Length; in UnicodeSetStringSpan()269 allocSize=stringsLength; // One set of span lengths. in UnicodeSetStringSpan()272 allocSize+=stringsLength*4+utf8Length; in UnicodeSetStringSpan()275 if(allocSize<=(int32_t)sizeof(staticLengths)) { in UnicodeSetStringSpan()278 utf8Lengths=(int32_t *)uprv_malloc(allocSize); in UnicodeSetStringSpan()405 int32_t allocSize=stringsLength*(4+1+1+1+1)+utf8Length; in UnicodeSetStringSpan() local406 if(allocSize<=(int32_t)sizeof(staticLengths)) { in UnicodeSetStringSpan()409 utf8Lengths=(int32_t *)uprv_malloc(allocSize); in UnicodeSetStringSpan()418 uprv_memcpy(utf8Lengths, otherStringSpan.utf8Lengths, allocSize); in UnicodeSetStringSpan()
455 uint32 allocSize = sizeof(refcount_type) + (sizeof(char) * (oscl_strlen(aTag) + 1)); in SetLogAppender() local456 uint8 * mem = (uint8*)myAlloc.allocate(allocSize); in SetLogAppender()484 uint32 allocSize = sizeof(refcount_type) + (sizeof(char) * (oscl_strlen(aTag) + 1)); in RemoveLogAppender() local485 uint8 * mem = (uint8*)myAlloc.allocate(allocSize); in RemoveLogAppender()517 uint32 allocSize = sizeof(refcount_type) + (sizeof(char) * (oscl_strlen(aTag) + 1)); in SetLogLevel() local518 uint8 * mem = (uint8*)myAlloc.allocate(allocSize); in SetLogLevel()546 uint32 allocSize = sizeof(refcount_type) + (sizeof(char) * (oscl_strlen(aTag) + 1)); in GetLogLevel() local547 uint8 * mem = (uint8*)myAlloc.allocate(allocSize); in GetLogLevel()
88 #define GUARD_OFF_END(allocSize) ((allocSize) - sizeof(unsigned int)) argument
13780 int allocSize in softHeapLimitEnforcer() argument13782 sqlite3_release_memory(allocSize); in softHeapLimitEnforcer()