Developer World
Spresense SDK Library v3.2.0-ebc0364
mpcomm_malloc_msg Struct Reference

#include <mpcomm.h>

Public Attributes

cpuid_t cpuid
 
void ** ptr
 
size_t size
 

Detailed Description

Structure for malloc() request.

Member Data Documentation

◆ cpuid

cpuid_t cpuid

Core CPU ID that is requesting malloc. See cpuid_t

◆ ptr

void** ptr

The address of the allocated memory received from the supervisor.

◆ size

size_t size

Requested size.


The documentation for this struct was generated from the following file: