HomeSort by relevance Sort by last modified time
    Searched full:freelists (Results 1 - 20 of 20) sorted by null

  /external/clang/lib/Sema/
AttributeList.cpp 44 FreeLists.resize(InlineFreeListsCapacity);
57 if (index < FreeLists.size()) {
58 if (AttributeList *attr = FreeLists[index]) {
59 FreeLists[index] = attr->NextInPool;
78 // Expand FreeLists to the appropriate size, if required.
79 if (freeListIndex >= FreeLists.size())
80 FreeLists.resize(freeListIndex+1);
83 cur->NextInPool = FreeLists[freeListIndex];
84 FreeLists[freeListIndex] = cur;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.h 155 uint64_t free_bytes; // Total bytes on normal freelists
156 uint64_t unmapped_bytes; // Total bytes on returned freelists
common.cc 133 // freelists and spans to the thread caches.
tcmalloc.cc 414 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes in thread cache freelists\n"
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.h 147 uint64_t free_bytes; // Total bytes on normal freelists
148 uint64_t unmapped_bytes; // Total bytes on returned freelists
common.cc 129 // freelists and spans to the thread caches.
tcmalloc.cc 386 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes in thread cache freelists\n"
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Options.py 75 # Number of function closure instances to keep in a freelist (0: no freelists)
Nodes.py     [all...]
  /external/chromium_org/third_party/cython/src/
CHANGES.rst 324 * Closures use freelists, which can speed up their creation quite substantially.
330 scenarios. Note that freelists are currently only supported for base types,
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 140 /// AllocateBlock - Mark this entire block allocated, updating freelists
147 /// AllocateBlock - Mark this entire block allocated, updating freelists
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
malloc_extension.h 317 // Returns detailed information about malloc's freelists. For each list,
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
malloc_extension.h 330 // Returns detailed information about malloc's freelists. For each list,
  /external/clang/include/clang/Sema/
AttributeList.h 512 SmallVector<AttributeList*, InlineFreeListsCapacity> FreeLists;
  /external/openssl/ssl/
s3_both.c 678 * free() and malloc() buffers all the time, so we need to use freelists from
  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAllocTest.cpp 726 // Tests the handing out of freelists for partial pages.
    [all...]
  /external/valgrind/main/coregrind/
m_mallocfree.c     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp     [all...]
Heap.cpp     [all...]
Heap.h 809 // and builds freelists for all the unused memory.
    [all...]

Completed in 956 milliseconds