HomeSort by relevance Sort by last modified time
    Searched defs:next_chunk (Results 1 - 6 of 6) 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.h 315 MemoryChunk* next_chunk() const { return next_chunk_; } function in class:v8::internal::MemoryChunk
741 return static_cast<LargePage*>(next_chunk());
    [all...]
  /bionic/libc/bionic/
dlmalloc.c 1808 #define next_chunk macro
    [all...]
  /external/libffi/src/
dlmalloc.c 1679 #define next_chunk macro
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 1725 #define next_chunk macro
    [all...]

Completed in 230 milliseconds