Main Page   Modules   Class Hierarchy   Data Structures   File List   Data Fields   Globals   Related Pages  

oscl_mem_basic_functions.h File Reference

This file contains prototypes for the basic memory functions. More...

#include "oscl_base.h"
#include "oscl_mem_basic_functions.inl"

Go to the source code of this file.

Functions

OSCL_COND_IMPORT_REF void * _oscl_malloc (int32 count)
OSCL_COND_IMPORT_REF void * _oscl_calloc (int32 nelems, int32 size)
OSCL_COND_IMPORT_REF void * _oscl_realloc (void *src, int32 count)
OSCL_COND_IMPORT_REF void _oscl_free (void *src)
OSCL_COND_IMPORT_REF void * oscl_memcpy (void *dest, const void *src, uint32 count)
OSCL_COND_IMPORT_REF void * oscl_memmove (void *dest, const void *src, uint32 count)
OSCL_COND_IMPORT_REF void * oscl_memmove32 (void *dest, const void *src, uint32 count)
OSCL_COND_IMPORT_REF void * oscl_memset (void *dest, uint8 val, uint32 count)
OSCL_COND_IMPORT_REF int oscl_memcmp (const void *buf1, const void *buf2, uint32 count)


Detailed Description

This file contains prototypes for the basic memory functions.


OSCL API
Posting Version: CORE_8.000.1.1_RC4