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

  /external/qemu/elff/
elf_alloc.cc 28 ElfAllocatorChunk* next_chunk = chunk_to_free->prev; local
30 chunk_to_free = next_chunk;
  /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/v8/src/
spaces-inl.h 225 ASSERT(next_chunk()->owner() == owner());
226 return static_cast<Page*>(next_chunk());
spaces.h 315 MemoryChunk* next_chunk() const { return next_chunk_; } function in class:v8::internal::MemoryChunk
741 return static_cast<LargePage*>(next_chunk());
    [all...]
heap.cc     [all...]
  /external/chromium/chrome/browser/safe_browsing/
protocol_manager.cc 560 ChunkUrl next_chunk = chunk_request_urls_.front();
561 DCHECK(!next_chunk.url.empty());
562 GURL chunk_url = NextChunkUrl(next_chunk.url);
  /bionic/libc/upstream-dlmalloc/
malloc.c 2273 #define next_chunk macro
    [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 2144 #define next_chunk macro
    [all...]
  /external/libffi/src/
dlmalloc.c 1679 #define next_chunk macro
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 1725 #define next_chunk macro
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 455 milliseconds