OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:malloc_free
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/test/stress/
microbench.c
43
malloc_free
(void)
function
69
malloc_free
, "mallocx", mallocx_free);
98
compare_funcs(10*1000*1000, 100*1000*1000, "free",
malloc_free
,
/system/security/softkeymaster/
keymaster_openssl.cpp
75
struct
Malloc_Free
{
127
UniquePtr<unsigned char,
Malloc_Free
> derData(
455
UniquePtr<uint8_t,
Malloc_Free
> key(static_cast<uint8_t*>(malloc(len)));
488
UniquePtr<uint8_t,
Malloc_Free
> signedDataPtr(reinterpret_cast<uint8_t*>(malloc(dsaSize)));
520
UniquePtr<uint8_t,
Malloc_Free
> signedDataPtr(reinterpret_cast<uint8_t*>(malloc(ecdsaSize)));
554
UniquePtr<uint8_t,
Malloc_Free
> signedDataPtr(reinterpret_cast<uint8_t*>(malloc(dataLength)));
Completed in 58 milliseconds