Home
last modified time | relevance | path

Searched refs:pointers (Results 1 – 8 of 8) sorted by relevance

/third_party/ulib/uboringssl/crypto/
A Dthread_pthread.c112 void **pointers = arg; in thread_local_destructor() local
115 destructors[i](pointers[i]); in thread_local_destructor()
119 OPENSSL_free(pointers); in thread_local_destructor()
165 void **pointers = pthread_getspecific(g_thread_local_key); in CRYPTO_get_thread_local() local
166 if (pointers == NULL) { in CRYPTO_get_thread_local()
169 return pointers[index]; in CRYPTO_get_thread_local()
180 void **pointers = pthread_getspecific(g_thread_local_key); in CRYPTO_set_thread_local() local
181 if (pointers == NULL) { in CRYPTO_set_thread_local()
183 if (pointers == NULL) { in CRYPTO_set_thread_local()
189 OPENSSL_free(pointers); in CRYPTO_set_thread_local()
[all …]
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Djemalloc_internal_defs.h.in231 * JEMALLOC_IVSALLOC enables ivsalloc(), which verifies that pointers reside
A Djemalloc_internal.h.in1061 /* Only slab members should be looked up via interior pointers. */
/third_party/ulib/musl/
A DWHATSNEW371 - printf accepts null pointers with %s, prints as "(null)"
985 - dl_iterate_phdr was passing invalid phdr pointers to its callback
1509 - dangling pointers in x32 syscall timespec fixup code
1562 - support for %m and %s with null pointers in wide printf variants
/third_party/ulib/jemalloc/
A DINSTALL128 verifies that pointers reside within jemalloc-owned extents before
A Dconfigure.ac901 dnl Do not validate pointers by default.
904 [Validate pointers passed through the public API])],
A DChangeLog835 context pointers are stored in small run headers.
/third_party/lib/acpica/
A Dchanges.txt1249 3) The output format for pointers varies from system to system (leading
1661 as containing some or all entries that are NULL pointers). This change
7119 instead of pointers to static strings. Jan Beulich and Bob Moore.
7771 pointers are stored there. Caused occasional access to deleted objects
8360 that do not allow the initialization of address pointers within packed
8840 null pointers are now trapped and ignored, matching the behavior of the
8979 objects, and placing invalid pointers onto the internal operator result
10320 Fixed a problem where string and buffer objects with "static" pointers
10321 (pointers to initialization data within an ACPI table) were not handled
12320 and error output, as well as guarding against null pointers during
[all …]

Completed in 33 milliseconds