Home
last modified time | relevance | path

Searched refs:alloc (Results 1 – 6 of 6) sorted by relevance

/TwlSDK-5.1.0/include/nitro/crypto/
Dutil.h38 #define CRYPTO_SetAllocator(alloc, free) CRYPTO_SetMemAllocator(alloc, free, NULL) argument
53 void* (*alloc) (u32),
/TwlSDK-5.1.0/include/nitro/mi/
Dallocator.h66 MIAllocatorAllocFunction alloc, in MI_InitAllocator() argument
70 allocator->Alloc = alloc; in MI_InitAllocator()
/TwlSDK-5.1.0/build/libraries/el/common/src/
Del.c59 s32 EL_Init( ELAlloc alloc, ELFree free) in EL_Init() argument
65 ELi_Init( alloc, free); in EL_Init()
Delf_loader.c219 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/
Del.h92 s32 EL_Init( ELAlloc alloc, ELFree free);
/TwlSDK-5.1.0/build/libraries/el/common/include/
Delf_loader.h181 void ELi_Init( ELAlloc alloc, ELFree free);