HomeSort by: relevance | last modified time | path
    Searched defs:malloc_bytes (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExternalASTSource.h 281 size_t malloc_bytes; member in struct:clang::ExternalASTSource::MemoryBufferSizes
284 MemoryBufferSizes(size_t malloc_bytes, size_t mmap_bytes)
285 : malloc_bytes(malloc_bytes), mmap_bytes(mmap_bytes) {}
  /src/lib/libc/stdlib/
malloc.c 733 malloc_bytes(size_t size) function
804 result = malloc_bytes(size);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 1562 const size_t malloc_bytes; member in struct:clang::SourceManager::MemoryBufferSizes
1565 MemoryBufferSizes(size_t malloc_bytes, size_t mmap_bytes)
1566 : malloc_bytes(malloc_bytes), mmap_bytes(mmap_bytes) {}
  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp 2214 size_t malloc_bytes = 0; local
2224 malloc_bytes += sized_mapped;
2228 return MemoryBufferSizes(malloc_bytes, mmap_bytes);

Completed in 37 milliseconds