Searched defs:otPlatCAlloc (Results 1 – 12 of 12) sorted by relevance
| /external/openthread/src/posix/platform/ |
| D | memory.cpp | 38 void *otPlatCAlloc(size_t aNum, size_t aSize) { return calloc(aNum, aSize); } in otPlatCAlloc() function
|
| /external/openthread/examples/apps/ncp/ |
| D | main.c | 64 OT_TOOL_WEAK void *otPlatCAlloc(size_t aNum, size_t aSize) { return calloc(aNum, aSize); } in otPlatCAlloc() function
|
| /external/openthread/examples/apps/cli/ |
| D | main.c | 58 OT_TOOL_WEAK void *otPlatCAlloc(size_t aNum, size_t aSize) { return calloc(aNum, aSize); } in otPlatCAlloc() function
|
| /external/openthread/tests/nexus/platform/ |
| D | nexus_misc.cpp | 74 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc() function
|
| /external/openthread/tests/unit/ |
| D | test_srp_server.cpp | 113 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc() function
|
| D | test_dns_client.cpp | 117 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc() function
|
| D | test_srp_adv_proxy.cpp | 437 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc() function
|
| D | test_dnssd_discovery_proxy.cpp | 118 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc() function
|
| D | test_platform.cpp | 108 OT_TOOL_WEAK void *otPlatCAlloc(size_t aNum, size_t aSize) { return calloc(aNum, aSize); } in otPlatCAlloc() function
|
| D | test_routing_manager.cpp | 370 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc() function
|
| D | test_mdns.cpp | 1539 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc() function
|
| /external/openthread/tests/gtest/ |
| D | fake_platform.cpp | 499 void *otPlatCAlloc(size_t aNum, size_t aSize) { return calloc(aNum, aSize); } in otPlatCAlloc() function
|