HomeSort by relevance Sort by last modified time
    Searched refs:next_chunk (Results 1 - 13 of 13) sorted by null

  /ndk/sources/host-tools/ndk-stack/elff/
elf_alloc.cc 28 ElfAllocatorChunk* next_chunk = chunk_to_free->prev; local
30 chunk_to_free = next_chunk;
  /external/chromium_org/third_party/cython/src/Cython/Tempita/
_tempita.py 733 next_chunk = ''
735 next_chunk = tokens[i + 1]
736 if (not isinstance(next_chunk, basestring_)
745 and (not next_chunk or lead_whitespace_re.search(next_chunk)
746 or (i == len(tokens) - 2 and not next_chunk.strip()))):
756 if next_chunk:
758 if i == len(tokens) - 2 and not next_chunk.strip():
761 m = lead_whitespace_re.search(next_chunk)
762 next_chunk = next_chunk[m.end():
    [all...]
  /external/chromium_org/base/memory/
discardable_memory_ashmem_allocator.cc 324 uintptr_t next_chunk = chunk + size; local
325 const FreeChunk next_free_chunk = RemoveFreeChunk_Locked(next_chunk);
333 !address_to_free_chunk_map_.count(next_chunk + next_free_chunk.size));
  /external/compiler-rt/lib/lsan/
lsan_common.cc 303 uptr next_chunk = frontier->back(); local
305 LsanMetadata m(next_chunk);
306 ScanRangeForPointers(next_chunk, next_chunk + m.requested_size(), frontier,
  /external/chromium_org/v8/src/heap/
spaces-inl.h 210 DCHECK(next_chunk()->owner() == owner());
211 return static_cast<Page*>(next_chunk());
spaces.h 291 MemoryChunk* next_chunk() const { function in class:v8::internal::MemoryChunk
801 return static_cast<LargePage*>(next_chunk());
    [all...]
spaces.cc 529 MemoryChunk* other_next = other->next_chunk();
539 MemoryChunk* next_element = next_chunk();
    [all...]
heap.cc     [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager.cc 583 ChunkUrl next_chunk = chunk_request_urls_.front();
584 DCHECK(!next_chunk.url.empty());
585 GURL chunk_url = NextChunkUrl(next_chunk.url);
  /bionic/libc/upstream-dlmalloc/
malloc.c 2273 #define next_chunk macro
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 1725 #define next_chunk macro
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_input.c     [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 523 milliseconds