mirror of
https://github.com/google/pebble.git
synced 2025-03-19 18:41:21 +00:00
9 lines
354 B
Text
9 lines
354 B
Text
|
<rule version="1">
|
||
|
<pattern>\b(task_|app_)?[cmz]alloc(_check)?</pattern>
|
||
|
<message>
|
||
|
<id>applib_malloc</id>
|
||
|
<severity>style</severity>
|
||
|
<summary>For structures that are exported, we try to always use applib_malloc. Please consider using this paradigm. If you have any questions, consult Bradley Murray. He is great.</summary>
|
||
|
</message>
|
||
|
</rule>
|