Home
last modified time | relevance | path

Searched refs:IS_MMAPPED (Results 1 – 25 of 187) sorted by relevance

12345678

/dports/devel/libhoard/Hoard/src/Heap-Layers/heaps/objectrep/
H A Dcoalesceableheap.h127 inline void markMmapped (void) { _isMmapped = IS_MMAPPED; } in markMmapped()
194 enum { NOT_MMAPPED = 0, IS_MMAPPED = 1 }; enumerator
238 enum { NOT_MMAPPED = 0, IS_MMAPPED = 1 }; enumerator
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/machine/powerpc/
H A Dvec_mallocr.c236 #define IS_MMAPPED 0x2 macro
240 #define SIZE_BITS (PREV_INUSE|IS_MMAPPED)
275 #define chunk_is_mmapped(p) ((p)->size & IS_MMAPPED)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/machine/powerpc/
H A Dvec_mallocr.c236 #define IS_MMAPPED 0x2 macro
240 #define SIZE_BITS (PREV_INUSE|IS_MMAPPED)
275 #define chunk_is_mmapped(p) ((p)->size & IS_MMAPPED)
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/machine/powerpc/
H A Dvec_mallocr.c236 #define IS_MMAPPED 0x2 macro
240 #define SIZE_BITS (PREV_INUSE|IS_MMAPPED)
275 #define chunk_is_mmapped(p) ((p)->size & IS_MMAPPED)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/machine/powerpc/
H A Dvec_mallocr.c236 #define IS_MMAPPED 0x2
240 #define SIZE_BITS (PREV_INUSE|IS_MMAPPED)
275 #define chunk_is_mmapped(p) ((p)->size & IS_MMAPPED)
/dports/lang/yap/yap-6.2.2/H/
H A Ddlmalloc.h1239 #define IS_MMAPPED 0x2 macro
1242 #define chunk_is_mmapped(p) ((p)->size & IS_MMAPPED)
1252 #define SIZE_BITS (PREV_INUSE|IS_MMAPPED)
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-c/examples/
H A Dmalloc.c56 #define IS_MMAPPED(c) !((c)->csize & (C_INUSE)) macro
372 if (p && !IS_MMAPPED(MEM_TO_CHUNK(p))) { in __malloc0()
393 if (IS_MMAPPED(self)) { in realloc()
461 if (IS_MMAPPED(self)) { in free()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/malloc/oldmalloc/
H A Dmalloc_impl.h35 #define IS_MMAPPED(c) !((c)->csize & (C_INUSE)) macro
H A Daligned_alloc.c33 if (IS_MMAPPED(c)) { in aligned_alloc()
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/malloc/oldmalloc/
H A Dmalloc_impl.h35 #define IS_MMAPPED(c) !((c)->csize & (C_INUSE)) macro
H A Daligned_alloc.c33 if (IS_MMAPPED(c)) { in aligned_alloc()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/malloc/oldmalloc/
H A Dmalloc_impl.h35 #define IS_MMAPPED(c) !((c)->csize & (C_INUSE)) macro
H A Daligned_alloc.c33 if (IS_MMAPPED(c)) { in aligned_alloc()
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/malloc/oldmalloc/
H A Dmalloc_impl.h35 #define IS_MMAPPED(c) !((c)->csize & (C_INUSE)) macro
H A Daligned_alloc.c33 if (IS_MMAPPED(c)) { in aligned_alloc()
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/malloc/oldmalloc/
H A Dmalloc_impl.h35 #define IS_MMAPPED(c) !((c)->csize & (C_INUSE)) macro
H A Daligned_alloc.c33 if (IS_MMAPPED(c)) { in aligned_alloc()
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/internal/
H A Dmalloc_impl.h40 #define IS_MMAPPED(c) !((c)->csize & (C_INUSE)) macro
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/malloc/
H A Dmemalign.c32 if (IS_MMAPPED(c)) { in __memalign()
H A Dmalloc.c361 if (IS_MMAPPED(MEM_TO_CHUNK(p))) in calloc()
382 if (IS_MMAPPED(self)) { in realloc()
525 if (IS_MMAPPED(self)) in free()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/common/
H A Ddlmalloc.c403 #define IS_MMAPPED 0x2 macro
407 #define SIZE_BITS (PREV_INUSE|IS_MMAPPED)
442 #define chunk_is_mmapped(p) ((p)->size & IS_MMAPPED)
1026 set_head(p, size|IS_MMAPPED);
1089 set_head(p, (new_size - offset)|IS_MMAPPED);
1585 if (hd & IS_MMAPPED) /* release mmapped memory. */
2034 set_head(newp, newsize|IS_MMAPPED);
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/common/
H A Ddlmalloc.c403 #define IS_MMAPPED 0x2 macro
407 #define SIZE_BITS (PREV_INUSE|IS_MMAPPED)
442 #define chunk_is_mmapped(p) ((p)->size & IS_MMAPPED)
1026 set_head(p, size|IS_MMAPPED);
1089 set_head(p, (new_size - offset)|IS_MMAPPED);
1585 if (hd & IS_MMAPPED) /* release mmapped memory. */
2034 set_head(newp, newsize|IS_MMAPPED);
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/common/
H A Ddlmalloc.c403 #define IS_MMAPPED 0x2 macro
407 #define SIZE_BITS (PREV_INUSE|IS_MMAPPED)
442 #define chunk_is_mmapped(p) ((p)->size & IS_MMAPPED)
1026 set_head(p, size|IS_MMAPPED);
1089 set_head(p, (new_size - offset)|IS_MMAPPED);
1585 if (hd & IS_MMAPPED) /* release mmapped memory. */
2034 set_head(newp, newsize|IS_MMAPPED);
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/common/
H A Ddlmalloc.c403 #define IS_MMAPPED 0x2 macro
407 #define SIZE_BITS (PREV_INUSE|IS_MMAPPED)
442 #define chunk_is_mmapped(p) ((p)->size & IS_MMAPPED)
1026 set_head(p, size|IS_MMAPPED);
1089 set_head(p, (new_size - offset)|IS_MMAPPED);
1585 if (hd & IS_MMAPPED) /* release mmapped memory. */
2034 set_head(newp, newsize|IS_MMAPPED);
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/common/
H A Ddlmalloc.c403 #define IS_MMAPPED 0x2 macro
407 #define SIZE_BITS (PREV_INUSE|IS_MMAPPED)
442 #define chunk_is_mmapped(p) ((p)->size & IS_MMAPPED)
1026 set_head(p, size|IS_MMAPPED);
1089 set_head(p, (new_size - offset)|IS_MMAPPED);
1585 if (hd & IS_MMAPPED) /* release mmapped memory. */
2034 set_head(newp, newsize|IS_MMAPPED);

12345678