ELinks 0.18.0
memlist.c File Reference

These routines represent handling of struct memory_list. More...

#include <stdarg.h>
#include <stdlib.h>
#include "elinks.h"
#include "util/error.h"
#include "util/memlist.h"
#include "util/memory.h"
Include dependency graph for memlist.c:

Macros

#define ML_SIZE(n)

Detailed Description

These routines represent handling of struct memory_list.

Macro Definition Documentation

◆ ML_SIZE

#define ML_SIZE ( n)
Value:
(sizeof(struct memory_list) + (n) * sizeof(void *))
int n
Definition general.c:868
memory_list is used to track information about all allocated memory belonging to something.
Definition memlist.h:8