Searched refs:allocate (Results 1 - 7 of 7) sorted by relevance

/bionic/libc/arch-x86/bionic/
H A D__set_tls.c37 __LIBC_HIDDEN__ void __init_user_desc(struct user_desc* result, bool allocate, void* base_addr) { argument
38 if (allocate) {
/bionic/libc/arch-mips64/bionic/
H A Dsyscall.S39 PTR_SUBU sp, FRAMESZ # allocate stack frame
H A D__bionic_clone.S46 PTR_SUBU sp, FRAMESZ # allocate stack frame
H A Dsetjmp.S183 PTR_SUBU sp, FRAMESZ # allocate stack frame
/bionic/linker/
H A Dlinker_allocator.h76 T* allocate(size_t n, const T* hint = nullptr) { function in class:linker_vector_allocator
/bionic/libc/arch-mips/bionic/
H A Dsetjmp.S183 PTR_SUBU sp, FRAMESZ # allocate stack frame
/bionic/tests/
H A Dpthread_test.cpp64 // As gtest uses pthread keys, we can't allocate exactly PTHREAD_KEYS_MAX
65 // pthread keys, but We should be able to allocate at least this many keys.
96 // be more than we are allowed to allocate now.
1486 void* allocate(size_t size, size_t alignment) { function in class:StrictAlignmentAllocator
1514 allocator.allocate(sizeof(pthread_mutex_t), 4));
1521 allocator.allocate(sizeof(pthread_cond_t), 4));
1528 allocator.allocate(sizeof(pthread_rwlock_t), 4));

Completed in 74 milliseconds