This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

阅读MessageQ相关代码时遇到的问题



比如说函数HeapBufMP_create、MessageQ_alloc、MessageQ_put、MessageQ_free等,其内部实现一步步看下去时,到最后都会遇到_inst->fxns->alloc、_inst->fxns->put之类的回调函数,想知道这些回调函数到底是如何实现的,在哪里能找到它们的实现?