Searched defs:allocate_buffer (Results 1 – 3 of 3) sorted by relevance
557 inline void *allocate_buffer(size_t Size, size_t Alignment) { in allocate_buffer() function
301 auto allocate_buffer = [allocator, initialized](size_t byte_length) { in Allocate() local
130 void allocate_buffer(uv_handle_t* stream, size_t len, uv_buf_t* buf) { in allocate_buffer() function