Searched refs:alloc (Results 1 – 6 of 6) sorted by relevance
| /TwlSDK-5.1.0/include/nitro/crypto/ |
| D | util.h | 38 #define CRYPTO_SetAllocator(alloc, free) CRYPTO_SetMemAllocator(alloc, free, NULL) argument 53 void* (*alloc) (u32),
|
| /TwlSDK-5.1.0/include/nitro/mi/ |
| D | allocator.h | 66 MIAllocatorAllocFunction alloc, in MI_InitAllocator() argument 70 allocator->Alloc = alloc; in MI_InitAllocator()
|
| /TwlSDK-5.1.0/build/libraries/el/common/src/ |
| D | el.c | 59 s32 EL_Init( ELAlloc alloc, ELFree free) in EL_Init() argument 65 ELi_Init( alloc, free); in EL_Init()
|
| D | elf_loader.c | 219 void ELi_Init( ELAlloc alloc, ELFree free) in ELi_Init() argument 221 i_elAlloc = alloc; in ELi_Init()
|
| /TwlSDK-5.1.0/include/twl/el/common/ |
| D | el.h | 92 s32 EL_Init( ELAlloc alloc, ELFree free);
|
| /TwlSDK-5.1.0/build/libraries/el/common/include/ |
| D | elf_loader.h | 181 void ELi_Init( ELAlloc alloc, ELFree free);
|