Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 11 of 11) sorted by relevance

/system/chre/apps/test/chqts/src/shared/
Dchunk_allocator.h75 void *alloc(size_t bytes) { in alloc() function
Dchunk_allocator.cc36 void *ChunkAllocatorBase::alloc(size_t bytes) { in alloc() function in nanoapp_testing::ChunkAllocatorBase
/system/core/libutils/
DSharedBuffer.cpp30 SharedBuffer* SharedBuffer::alloc(size_t size) in alloc() function in android::SharedBuffer
DString16.cpp34 void* String16::alloc(size_t size) in alloc() function in android::String16
/system/core/trusty/apploader/fuzz/
Dapp_fuzzer.cpp111 BufferAllocator alloc; in LLVMFuzzerTestOneInput() local
/system/unwinding/libunwindstack/
DMemoryXz.cpp124 static ISzAlloc alloc; in ReadBlocks() local
219 static ISzAlloc alloc; in Decompress() local
/system/core/trusty/utils/acvp/
Dtrusty_modulewrapper.cpp122 BufferAllocator alloc; in SendMessage() local
/system/core/trusty/apploader/
Dapploader.cpp122 BufferAllocator alloc; in read_file() local
/system/nfc/src/nfa/include/
Dnfa_snep_api.h166 tNFA_SNEP_ALLOC alloc; /* NFA_SNEP_ALLOC_BUFF_EVT */ member
/system/extras/simpleperf/
Dutils.cpp272 ISzAlloc alloc; in XzDecompress() local
/system/core/debuggerd/
Ddebuggerd_test.cpp674 uintptr_t alloc = reinterpret_cast<uintptr_t>(malloc(16)); in TEST_F() local