HomeSort by relevance Sort by last modified time
    Searched full:malloced (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /external/v8/src/
allocation.cc 36 void* Malloced::New(size_t size) {
39 if (result == NULL) V8::FatalProcessOutOfMemory("Malloced operator new");
44 void Malloced::Delete(void* p) {
49 void Malloced::FatalProcessOutOfMemory() {
allocation.h 68 class Malloced {
112 if (result == NULL) Malloced::FatalProcessOutOfMemory();
134 INLINE(static void* New(size_t size)) { return Malloced::New(size); }
135 INLINE(static void Delete(void* p)) { Malloced::Delete(p); }
hashmap.h 40 virtual void* New(size_t size) { return Malloced::New(size); }
41 virtual void Delete(void* p) { Malloced::Delete(p); }
platform-nullos.cc 271 class ThreadHandle::PlatformData : public Malloced {
419 class ProfileSampler::PlatformData : public Malloced {
zone.cc 68 Segment* result = reinterpret_cast<Segment*>(Malloced::New(size));
81 Malloced::Delete(segment);
global-handles.h 48 class ObjectGroup : public Malloced {
parser.h 38 class ParserMessage : public Malloced {
global-handles.cc 36 class GlobalHandles::Node : public Malloced {
246 struct Chunk : public Malloced {
platform-freebsd.cc 363 class ThreadHandle::PlatformData : public Malloced {
599 class Sampler::PlatformData : public Malloced {
platform-macos.cc 364 class ThreadHandle::PlatformData : public Malloced {
535 class Sampler::PlatformData : public Malloced {
platform-openbsd.cc 336 class ThreadHandle::PlatformData : public Malloced {
551 class Sampler::PlatformData : public Malloced {
platform-solaris.cc 310 class ThreadHandle::PlatformData : public Malloced {
542 class Sampler::PlatformData : public Malloced {
  /hardware/broadcom/wlan/bcm4329/src/shared/
linux_osl.c 78 uint malloced; member in struct:osl_info
166 osh->malloced = 0;
489 osh->malloced += size;
503 osh->malloced += size;
527 osh->malloced -= size;
535 osh->malloced -= size;
544 return (osh->malloced);
  /external/e2fsprogs/intl/
loadmsgcat.c 1030 domain->malloced = NULL;
1192 domain->malloced = mem;
    [all...]
gettextP.h 92 void *malloced; member in struct:loaded_domain
  /external/icu4c/tools/icuinfo/
testplug.c 128 fprintf(stderr,"I'm %p and I did a bad thing and malloced %p\n", (void*)data, (void*)ctx);
  /external/kernel-headers/original/asm-arm/
user.h 22 that may have been malloced. No attempt is made to determine if a page
  /external/kernel-headers/original/asm-x86/
user_32.h 21 that may have been malloced. No attempt is made to determine if a page
  /external/qemu/slirp/
mbuf.c 13 * could hold, an external malloced buffer is pointed to
mbuf.h 113 #define M_EXT 0x01 /* m_ext points to more (malloced) data */
  /external/qemu/slirp-android/
mbuf.c 13 * could hold, an external malloced buffer is pointed to
mbuf.h 113 #define M_EXT 0x01 /* m_ext points to more (malloced) data */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
user_32.h 21 that may have been malloced. No attempt is made to determine if a page
user_64.h 23 that may have been malloced. No attempt is made to determine if a page
  /external/elfutils/libelf/
libelfP.h 295 never malloced. */
320 never malloced. */

Completed in 518 milliseconds

1 2 3 4 5