tfKernelMalloc

Jump to: navigation, search

Table of Contents >> Programmer's Reference


#include <trsocket.h>


void * tfKernelMalloc (unsigned size);


Function Description

This call is RTOS specific.

This function is used to allocate a block of memory.


Parameters

  • size
    The amount of memory to allocate.


Returns

  • void *
    A pointer to the beginning of the memory block.


Table of Contents >> Programmer's Reference