Home
last modified time | relevance | path

Searched refs:extra_bytes (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/malloc_debug/
DDebugData.h75 size_t extra_bytes() { return extra_bytes_; } in extra_bytes() function
Dmalloc_debug.cpp537 size_t real_size = size + g_debug->extra_bytes(); in InternalMalloc()
722 size_t real_size = alignment + bytes + g_debug->extra_bytes(); in debug_memalign()
743 size_t real_size = bytes + g_debug->extra_bytes(); in debug_memalign()
929 if (__builtin_add_overflow(size, g_debug->extra_bytes(), &real_size)) { in debug_calloc()