Spresense SDK Library v3.4.6-5ba3997155669912adc4b68df0dc983c4388532a
Loading...
Searching...
No Matches
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: