Searched refs:allocated (Results 1 – 7 of 7) sorted by relevance
/bionic/benchmarks/ |
D | malloc_benchmark.cpp | 49 for (size_t allocated = 0; allocated < 2 * static_cast<size_t>(pagesize); allocated += size) { in BM_mallopt_purge() local
|
/bionic/libc/malloc_debug/ |
D | README_api.md | 12 *info* is set to a buffer allocated by the call that contains all of 18 the point of the function call. This does not include the memory allocated 23 In order to free the buffer allocated by the function, call:
|
D | README.md | 48 Enables a small buffer placed before the allocated data. This is an attempt 74 Enables a small buffer placed after the allocated data. This is an attempt 456 a pointer that is either not allocated memory, or that the memory of 487 ZYGOTE\_CHILD\_ALLOC is either 0 or 1. 0 means this was allocated by the 489 was allocated by an application after it forked off from the zygote process. 689 where the memory was allocated.
|
/bionic/docs/ |
D | elf-tls.md | 21 At run-time, TLS variables are allocated on a module-by-module basis, where a module is a shared 26 allocated lazily, and accessing them typically requires a function call. 45 if it hasn't been allocated yet). If the executable has a TLS segment, then it will always be module 92 static TlsIndex tls_var_idx = { // allocated in the .got 105 module's TLS block. Before it can do this, it ensures that the module's TLS block is allocated. A 140 static TlsIndex tls_module_idx = { // allocated in the .got 174 // allocated in the .got, resolved at load-time with a dynamic reloc. 255 // allocated in the .got, uses a dynamic relocation 261 The dynamic loader fills in the TLS descriptors. For a reference to a variable allocated in the 418 `_thread_db_dtv_t_pointer_val` | Offset within a DTV slot to the pointer to the allocated TLS bl… [all …]
|
D | fdsan.md | 8 …escriptors, on the other hand, are mandated by the POSIX standard to be allocated with the lowest …
|
/bionic/libc/malloc_hooks/ |
D | README.md | 54 called, then the allocated memory is set to zero.
|
/bionic/tests/ |
D | malloc_test.cpp | 751 size_t allocated = mallinfo().uordblks; in TEST() local 755 if (allocated != new_allocated) { in TEST() 760 if (new_allocated >= allocated + usable_size) { in TEST()
|