Home
last modified time | relevance | path

Searched defs:allocated_size (Results 1 – 6 of 6) sorted by relevance

/external/pcre/dist/sljit/
DsljitExecAllocator.c147 static sljit_uw allocated_size; variable
/external/clang/lib/Sema/
DAttributeList.cpp33 size_t AttributeList::allocated_size() const { in allocated_size() function in AttributeList
/external/webp/src/utils/
Dbit_writer.c211 size_t allocated_size; in VP8LBitWriterResize() local
/external/compiler-rt/lib/asan/
Dasan_malloc_mac.cc47 uptr allocated_size = RoundUpTo(sizeof(asan_zone), page_size); in INTERCEPTOR() local
Dasan_allocator.cc384 uptr allocated_size = allocator.GetActuallyAllocatedSize(allocated); in Allocate() local
887 uptr allocated_size = instance.AllocationSize(ptr); in __sanitizer_get_allocated_size() local
/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c61 size_t allocated_size; // Total size of the allocated block. member