Visit Platform at http://www.platform.com

esd_utility_funcs Struct Reference

The memory related utility functions specified by caller and used by the plugin. More...


Data Fields

void *(* calloc )(size_t, size_t)
void *(* malloc )(size_t)
void(* free )(void *)
void *(* realloc )(void *, size_t)
char *(* strdup )(const char *)


Detailed Description

They will be stored by plug-in library and used when handle memory.

See also:
esd_plugin_initialize_t


Field Documentation

void*(* calloc)(size_t, size_t)

Implement the same function as calloc

void*(* malloc)(size_t)

Implement the same function as malloc

void(* free)(void *)

Implement the same function as free

void*(* realloc)(void *, size_t)

Implement the same function as realloc

char*(* strdup)(const char *)

Implement the same function as strdup



     
Date Modified: 26 Nov 2007
Platform Computing: www.platform.com

Platform Support: support@platform.com
Platform Information Development: doc@platform.com

Copyright © 2001-2007 Platform Computing Corporation. All rights reserved.