#include "lwip/opt.h"
#include "lwip/def.h"
#include "lwip/mem.h"
Go to the source code of this file.
◆ LWIP_TAG
◆ calloc()
Definition at line 17 of file rosmem.c.
void * malloc(mem_size_t size)
GLuint GLuint GLsizei count
#define RtlZeroMemory(Destination, Length)
◆ free()
Definition at line 29 of file rosmem.c.
#define ExFreePoolWithTag(_P, _T)
Referenced by realloc().
◆ malloc()
◆ realloc()
Definition at line 36 of file rosmem.c.
53 if (new_mem ==
NULL) {
void * malloc(mem_size_t size)
#define RtlCopyMemory(Destination, Source, Length)