Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 21 of 21) sorted by relevance

/third_party/uapp/dash/src/
A Dmemalloc.h51 pointer ckmalloc(size_t);
52 pointer ckrealloc(pointer, size_t);
54 pointer stalloc(size_t);
55 void stunalloc(pointer);
101 #define ckfree(p) free((pointer)(p))
A Dmemalloc.c50 pointer
53 pointer p; in ckmalloc()
66 pointer
67 ckrealloc(pointer p, size_t nbytes) in ckrealloc()
113 pointer
148 stunalloc(pointer p) in stunalloc()
224 sp = ckrealloc((pointer)sp, grosslen); in growstackblock()
A Dshell.h68 typedef void *pointer; typedef
A Dnodetypes43 # nodeptr - a pointer to a node
44 # nodelist - a pointer to a list of nodes
45 # string - a pointer to a nul terminated string
A Dnodes.c.pat56 pointer funcblock; /* block to allocate function from */
325 // - Pointer fields in each node contain zero if that pointer should decode
326 // a NULL. Otherwise, if the pointer should decode as non-NULL, the field
A Dnodes.c60 pointer funcblock; /* block to allocate function from */
A DTOUR94 restore the stack pointer. The stack is implemented using a
/third_party/lib/acpica/generate/lint/
A Doptions.lnt29 -emacro( (413), ACPI_OFFSET ) // use of NULL pointer creates a stir
30 -emacro( (413), ACPI_TO_INTEGER ) // use of NULL pointer creates a stir
31 -emacro( (413), ACPI_TO_POINTER ) // use of NULL pointer creates a stir
32 -emacro( (413), ACPI_ADD_PTR ) // use of NULL pointer creates a stir
33 -emacro( (413), ACPI_PTR_DIFF ) // use of NULL pointer creates a stir
34 -emacro( (413), ACPI_FADT_OFFSET ) // use of NULL pointer creates a stir
35 -emacro( (413), ASL_RESDESC_OFFSET ) // use of NULL pointer creates a stir
36 -emacro( (662), ACPI_ADD_PTR ) // allow pointer overrun for dynamic structs
37 -emacro( (797), ACPI_ADD_PTR ) // allow pointer overrun for dynamic structs
81 -e662 // Allow "pointer overrun" for dynamic structures
[all …]
/third_party/lib/acpica/
A Drules.mk15 -Wno-incompatible-pointer-types-discards-qualifiers \
16 -Wno-null-pointer-arithmetic
A Dchanges.txt2566 the arg pointer. Chao Guan, Bob Moore.
6232 AE_BAD_PARAMETER if the input register pointer is null, and
7002 pointer.
8232 constructed pointer to the actual global lock.
10158 with a null pointer.
10252 Added a check for a null RSDT pointer in AcpiGetFirmwareTable
12255 pointer arithmetic advanced a string pointer too far.
12257 Fixed a problem in AcpiTbGetTablePtr() where a garbage pointer
14304 one logical RSDP. Includes implementation of "typed" pointer
14503 Global Lock pointer. Also, the actual firmware FACS was being
[all …]
/third_party/uapp/kilo/
A Drules.mk31 MODULE_CFLAGS += -Wno-incompatible-pointer-types-discards-qualifiers
/third_party/uapp/dash/
A Drules.mk71 MODULE_CFLAGS += -Wno-incompatible-pointer-types-discards-qualifiers
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dprng_inlines.h40 #error Unsupported pointer size in prng_state_next_zu()
A Djemalloc_internal_defs.h.in238 * pointer alignments across all cache indices.
/third_party/ulib/musl/
A DWHATSNEW61 malloc(0) now returns a non-null pointer.
324 - siglongjmp signal mask clobbering (off-by-one pointer error)
1139 - powerpc: broken thread pointer access when compiled with clang
1169 - posix_spawn did not accept null pid pointer (crashed)
1263 - incorrect end pointer in some cases when wcsrtombs stops early
1287 - working thread-pointer for pre-2.6 kernels on i386
1292 - gethostby*_r not setting result pointer to null on failure
1399 - missing private state for uchar.h functions (null ps pointer)
1541 - possible null pointer dereference in gettext
1568 - null pointer dereferences after calling uselocale((locale_t)0)
[all …]
A Dmusl-rules.mk33 -Werror=incompatible-pointer-types \
/third_party/ulib/acpica/
A Drules.mk193 -Wno-incompatible-pointer-types-discards-qualifiers \
194 -Wno-null-pointer-arithmetic
/third_party/ulib/linenoise/
A DREADME.markdown143 a `const char` pointer, which is the line the user has typed so far, and
144 a `linenoiseCompletions` object pointer, which is used as argument of
201 The free hint callback will just receive the pointer and free the string
/third_party/ulib/jemalloc/
A DINSTALL269 The pointer returned if the allocation succeeds is suitably aligned so
270 that it may be assigned to a pointer to any type of object with a
A DChangeLog401 - Randomly distribute large allocation base pointer alignment relative to page
479 -fno-omit-frame-pointer to gcc. Note that the application (and all the
753 - Check for NULL pointer in malloc_usable_size().
984 and incorporate an opaque data pointer argument for use by the application
A Dconfigure.ac331 AC_MSG_ERROR([Unsupported pointer size: ${ac_cv_sizeof_void_p}])
1039 JE_CFLAGS_ADD([-fno-omit-frame-pointer])

Completed in 37 milliseconds