HomeSort by relevance Sort by last modified time
    Searched defs:next_chunk (Results 1 - 6 of 6) 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/base/memory/
discardable_memory_ashmem_allocator.cc 323 void* next_chunk = static_cast<char*>(chunk) + size; local
324 const FreeChunk next_free_chunk = RemoveFreeChunk_Locked(next_chunk);
331 DCHECK(!address_to_free_chunk_map_.count(static_cast<char*>(next_chunk) +
  /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,
  /bionic/libc/upstream-dlmalloc/
malloc.c 2273 #define next_chunk macro
    [all...]
  /external/chromium_org/v8/src/
spaces.h 294 MemoryChunk* next_chunk() const { function in class:v8::internal::MemoryChunk
854 return static_cast<LargePage*>(next_chunk());
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 1725 #define next_chunk macro
    [all...]

Completed in 332 milliseconds