ReactOS 0.4.16-dev-927-g467dec4
__crt_win32_buffer_no_resizing Struct Reference

#include <corecrt_internal_win32_buffer.h>

Public Types

using debug_info_type = __crt_win32_buffer_empty_debug_info
 

Static Public Member Functions

static _Check_return_ errno_t allocate (void **const, size_t const, debug_info_type const &)
 
static void deallocate (void *const, debug_info_type const &)
 

Detailed Description

Definition at line 125 of file corecrt_internal_win32_buffer.h.

Member Typedef Documentation

◆ debug_info_type

Member Function Documentation

◆ allocate()

static _Check_return_ errno_t __crt_win32_buffer_no_resizing::allocate ( void ** const  ,
size_t const  ,
debug_info_type const  
)
inlinestatic

Definition at line 130 of file corecrt_internal_win32_buffer.h.

131 {
132 errno = ERANGE; // buffer not large enough
133 return ERANGE;
134 }
#define ERANGE
Definition: acclib.h:92
#define errno
Definition: errno.h:18

◆ deallocate()

static void __crt_win32_buffer_no_resizing::deallocate ( void * const  ,
debug_info_type const  
)
inlinestatic

Definition at line 136 of file corecrt_internal_win32_buffer.h.

137 {
138 }

The documentation for this struct was generated from the following file: