Edinburgh Speech Tools  2.1-release
walloc.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <stddef.h>
#include <sys/types.h>
#include "EST_unix.h"
#include <string.h>
#include "EST_cutils.h"
Include dependency graph for walloc.c:

Go to the source code of this file.

Functions

void * safe_walloc (size_t size)
 
void * safe_wrealloc (void *ptr, size_t size)
 
void * safe_wcalloc (size_t num, size_t size)
 
char * wstrdup (const char *s)
 
void wfree (void *p)
 

Function Documentation

void* safe_walloc ( size_t  size)

Definition at line 50 of file walloc.c.

void* safe_wrealloc ( void *  ptr,
size_t  size 
)

Definition at line 72 of file walloc.c.

void* safe_wcalloc ( size_t  num,
size_t  size 
)

Definition at line 96 of file walloc.c.

char* wstrdup ( const char *  s)

Definition at line 117 of file walloc.c.

void wfree ( void *  p)

Definition at line 131 of file walloc.c.