Home
last modified time | relevance | path

Searched refs:__malloc_header_size (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dbasic_string.tcc410 const size_type __malloc_header_size = 4 * sizeof (void*); in _M_mutate() local
412 const size_type __page_capacity = (__pagesize - __malloc_header_size in _M_mutate()
534 const size_t __malloc_header_size = 4 * sizeof (void*); in _S_create() local
535 if ((__size + __malloc_header_size) > __pagesize) in _S_create()
538 (__pagesize - ((__size + __malloc_header_size) % __pagesize)) in _S_create()
546 (__subpagesize - ((__size + __malloc_header_size) % __subpagesize)) in _S_create()
571 const size_type __malloc_header_size = 4 * sizeof (void*);
574 (__pagesize - __malloc_header_size - sizeof(_Rep) - sizeof(_CharT))
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Drc_string_base.h389 const size_type __malloc_header_size = 4 * sizeof(void*); in _S_create() local
410 const size_type __adj_size = __size + __malloc_header_size; in _S_create()
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dbasic_string.tcc560 const size_type __malloc_header_size = 4 * sizeof(void*); in _S_create() local
576 const size_type __adj_size = __size + __malloc_header_size; in _S_create()