Home
last modified time | relevance | path

Searched refs:freechunk (Results 1 – 5 of 5) sorted by relevance

/external/tesseract/ccutil/
Dmemblk.cpp591 block->freechunk = block->blockstart; in alloc()
595 chunk = block->freechunk; //current free chunk in alloc()
614 chunk = block->freechunk; //bound to be big enough in alloc()
633 block->freechunk = chunk; //next free block in alloc()
727 if (chunk - block->freechunk < 0) in dealloc()
778 newblock->freechunk = newblock->blockstart; in new_block()
783 newblock->freechunk->size = memsize; in new_block()
784 newblock->freechunk->owner = 0; in new_block()
785 newblock->freechunk->age = 0; in new_block()
818 freechunk = blockstart; //restart chunklist in find_chunk()
[all …]
Dmemblk.h56 MEMUNION *freechunk; /*next free chunk */ variable
/external/opencore/pvmi/pvmf/src/
Dpvmf_mempool.cpp60 OsclAny* freechunk = NULL; in allocate() local
63 …OSCL_TRY_NO_TLS(iOsclErrorTrapImp, leavecode, freechunk = OsclMemPoolFixedChunkAllocator::allocate… in allocate()
81 return freechunk; in allocate()
/external/opencore/baselibs/threadsafe_callback_ao/src/
Dthreadsafe_mempool.cpp165 OsclAny* freechunk = iFreeMemChunkList.back(); in allocate() local
171 return freechunk; in allocate()
/external/opencore/oscl/oscl/osclmemory/src/
Doscl_mem_mempool.cpp114 OsclAny* freechunk = iFreeMemChunkList.back(); in allocate() local
118 return freechunk; in allocate()