Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/contrib/rapidxml-1.13/
Drapidxml.hpp614 char *raw_memory = allocate_raw(alloc_size); in allocate_aligned() local
617 char *pool = align(raw_memory); in allocate_aligned()
620 m_begin = raw_memory; in allocate_aligned()
622 m_end = raw_memory + alloc_size; in allocate_aligned()
/third_party/boost/boost/property_tree/detail/
Drapidxml.hpp598 char *raw_memory = allocate_raw(alloc_size); in allocate_aligned() local
601 char *pool = align(raw_memory); in allocate_aligned()
604 m_begin = raw_memory; in allocate_aligned()
606 m_end = raw_memory + alloc_size; in allocate_aligned()
/third_party/boost/boost/move/algo/detail/
Dmerge.hpp45 adaptive_xbuf(RandRawIt raw_memory, size_type capacity) in adaptive_xbuf() argument
46 : m_ptr(raw_memory), m_size(0), m_capacity(capacity) in adaptive_xbuf()