Searched refs:allocate (Results 1 - 7 of 7) sorted by relevance
/bionic/libc/arch-x86/bionic/ |
H A D | __set_tls.c | 37 __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 D | syscall.S | 39 PTR_SUBU sp, FRAMESZ # allocate stack frame
|
H A D | __bionic_clone.S | 46 PTR_SUBU sp, FRAMESZ # allocate stack frame
|
H A D | setjmp.S | 183 PTR_SUBU sp, FRAMESZ # allocate stack frame
|
/bionic/linker/ |
H A D | linker_allocator.h | 76 T* allocate(size_t n, const T* hint = nullptr) { function in class:linker_vector_allocator
|
/bionic/libc/arch-mips/bionic/ |
H A D | setjmp.S | 183 PTR_SUBU sp, FRAMESZ # allocate stack frame
|
/bionic/tests/ |
H A D | pthread_test.cpp | 64 // 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