Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/ipc/lib/
Dlibipc.c99 void init_buf(MSGBUF * m_buf, int type, int size) in init_buf() argument
106 m_buf->mtext[i] = ascii_a + (i % 26); in init_buf()
110 m_buf->mtext[i] = '\0'; in init_buf()
114 m_buf->mtype = 1; in init_buf()
116 m_buf->mtype = type; in init_buf()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp1155 , m_buf(new char [m_size]) in nt_query_mem_deleter()
1160 delete[]m_buf; in ~nt_query_mem_deleter()
1166 char *buf = m_buf; in realloc_mem()
1167 m_buf = new char[num_bytes]; in realloc_mem()
1173 { return static_cast<ntquery_mem_t *>(static_cast<void*>(m_buf)); } in query_mem()
1185 char *m_buf; member in boost::interprocess::winapi::nt_query_mem_deleter
1192 : m_buf(::malloc(size)) in c_heap_deleter()
1197 if(m_buf) ::free(m_buf); in ~c_heap_deleter()
1202 void *oldBuf = m_buf; in realloc_mem()
1203 m_buf = ::realloc(m_buf, num_bytes); in realloc_mem()
[all …]