Blender V4.3
memtest.c File Reference
#include "MEM_guardedalloc.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

Go to the source code of this file.

Macros

#define NUM_BLOCKS   10
 

Functions

static void mem_error_cb (const char *errorStr)
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ NUM_BLOCKS

#define NUM_BLOCKS   10

Copyright (C) 2001 NaN Technologies B.V. Simple test of memory.

Definition at line 15 of file memtest.c.

Referenced by main().

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

◆ mem_error_cb()

static void mem_error_cb ( const char * errorStr)
static

Definition at line 22 of file memtest.c.

Referenced by main().