Home
last modified time | relevance | path

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

/aoo41x/main/sal/cpprt/
H A Doperators_new_delete.cxx60 typedef char const signature_type[8]; typedef
61 const signature_type & m_signature;
63 explicit AllocatorTraits (signature_type const & s) SAL_THROW(())
71 n += sizeof(signature_type); in size()
79 memcpy (p, m_signature, sizeof(signature_type)); in init()
80 p = static_cast<char*>(p) + sizeof(signature_type); in init()
88 p = static_cast<char*>(p) - sizeof(signature_type); in fini()
89 if (memcmp (p, m_signature, sizeof(signature_type)) != 0) in fini()
102 static const signature_type g_signature;
111 static const signature_type g_signature;
[all …]

Completed in 16 milliseconds