libexplain  1.4.D001
Functions
libexplain/buffer/enomem/user.c File Reference
#include <libexplain/buffer/enomem.h>
#include <libexplain/buffer/gettext.h>

Go to the source code of this file.

Functions

void explain_buffer_enomem_user (explain_string_buffer_t *sb, size_t size)

Function Documentation

void explain_buffer_enomem_user ( explain_string_buffer_t sb,
size_t  size 
)

The explain_buffer_enomem function may be used to explain a 'no user-space memory' error.

Parameters:
sizeThe memory allocation size, in bytes. Or zero is unknown.
sbThe buffer to print the explanation to

Definition at line 24 of file user.c.