HomeSort by relevance Sort by last modified time
    Searched defs:memp (Results 1 - 8 of 8) sorted by null

  /external/elfutils/libdw/
dwarf_end.c 83 struct libdw_memblock *memp = dwarf->mem_tail; local
85 while (memp->prev != NULL)
87 struct libdw_memblock *prevp = memp->prev;
88 free (memp);
89 memp = prevp;
  /external/pcre/dist2/src/
pcre2_substring.c 378 pcre2_memctl *memp; local
397 memp = PRIV(memctl_malloc)(size, (pcre2_memctl *)match_data);
398 if (memp == NULL) return PCRE2_ERROR_NOMEMORY;
400 *listptr = listp = (PCRE2_UCHAR **)((char *)memp + sizeof(pcre2_memctl));
  /external/syslinux/core/lwip/src/core/
memp.c 43 #include "lwip/memp.h"
66 struct memp { struct
67 struct memp *next;
100 /* MEMP_SIZE: save space for struct memp and for sanity check */
101 #define MEMP_SIZE (LWIP_MEM_ALIGN_SIZE(sizeof(struct memp)) + MEMP_SANITY_REGION_BEFORE_ALIGNED)
107 * We don't need to preserve the struct memp while not allocated, so we
117 static struct memp *memp_tab[MEMP_MAX];
179 * Check that memp-lists don't form a circle
185 struct memp *m, *n;
209 * Check if a memp element was victim of an overflo
339 struct memp *memp; local
394 struct memp *memp; local
436 struct memp *memp; local
    [all...]
  /external/clang/test/Analysis/
NewDelete-checker-test.cpp 196 const int *memp; member in struct:StWithConstPtr
220 St.memp = new int(2);
221 escapeVoidPtr(St.memp);
  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
segment.c 256 char *memp; local
262 memp = (char *)mmap(0, segp->seg_length, segp->seg_prot, flags | MAP_ANONYMOUS, 0, /* fd -- ignored */
265 if (memp == MAP_FAILED) {
274 memp, memp + segp->seg_length - 1);
276 segp->seg_start = memp;
363 char *memp; local
395 memp = (char *)mmap(0, segp->seg_length,
398 if (memp == MAP_FAILED) {
407 memp, memp + segp->seg_length - 1)
675 unsigned long *memp; local
    [all...]
  /external/syslinux/core/lwip/src/include/lwip/
stats.h 38 #include "lwip/memp.h"
142 struct stats_mem memp[MEMP_MAX]; member in struct:stats_
246 #define MEMP_STATS_AVAIL(x, i, y) lwip_stats.memp[i].x = y
247 #define MEMP_STATS_INC(x, i) STATS_INC(memp[i].x)
248 #define MEMP_STATS_DEC(x, i) STATS_DEC(memp[i].x)
249 #define MEMP_STATS_INC_USED(x, i) STATS_INC_USED(memp[i], 1)
250 #define MEMP_STATS_DISPLAY(i) stats_display_memp(&lwip_stats.memp[i], i)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cdk.h 134 unsigned long memp; member in struct:cdkhdr
151 * the memp field in the stlcdkhdr struct. As many as these structures
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cdk.h 134 unsigned long memp; member in struct:cdkhdr
151 * the memp field in the stlcdkhdr struct. As many as these structures

Completed in 412 milliseconds